instructions
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-01-15 19:26:46 +01:00
parent 6c711f8f6d
commit efcc2a1f16
2 changed files with 17 additions and 0 deletions

View File

@ -1,3 +1,7 @@
For dev, use `docker-compose.yml` and `Dockerfile`.
Tests:
```
docker build -t php_symfony --progress=plain .
docker run --rm --name phptest -v $(pwd):/var/www/html --user 1000:1000 php_symfony