This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user