This commit is contained in:
Sergio Álvarez 2021-12-20 01:10:11 +01:00
parent d822e5cb19
commit cbff7c5d22
No known key found for this signature in database
GPG Key ID: BD711A37FE7DD77E
1 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
```
docker build -t php_symfony --progress=plain .
docker run --rm --name phptest php_symfony
docker exec -it phptest bash
docker exec -it phptest bash
```