Skip to content
Snippets Groups Projects
Commit 664a7c9c authored by Maxime Veber's avatar Maxime Veber
Browse files

Fix docker help

parent 163c63e9
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,14 @@ docker build . -t phpunit:test ...@@ -10,7 +10,14 @@ docker build . -t phpunit:test
docker run -it -d -p 8000:8000 phpunit:test docker run -it -d -p 8000:8000 phpunit:test
# Pour lancer un terminal dans le docker # Pour lancer un terminal dans le docker
docker ps docker ps
docker run -it {code} bash docker exec -it {code} bash
```
Dans le docker :
```bash
mv ../composer.phar .
./composer.phar install
``` ```
Faire un test PHPUnit simple Faire un test PHPUnit simple
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment