refined build process

This commit is contained in:
Pau Capó 2023-11-19 20:12:00 +01:00
parent 89e96f6a9d
commit 6e9c884375
6 changed files with 17 additions and 4 deletions

5
README.md Normal file
View file

@ -0,0 +1,5 @@
Only build for arm right now, based on php-apache images
```bash
docker run -d --name container_name -v ./www:/var/www/html -v ./php:/usr/local/etc/php/conf.d git.paucapo.com/server/php-apache:8.2
```