format
This commit is contained in:
parent
d822e5cb19
commit
cbff7c5d22
|
@ -1,3 +1,5 @@
|
||||||
|
```
|
||||||
docker build -t php_symfony --progress=plain .
|
docker build -t php_symfony --progress=plain .
|
||||||
docker run --rm --name phptest php_symfony
|
docker run --rm --name phptest php_symfony
|
||||||
docker exec -it phptest bash
|
docker exec -it phptest bash
|
||||||
|
```
|
Loading…
Reference in New Issue