Skip to content
Snippets Groups Projects
Commit 65b92b15 authored by MUNIER Florian's avatar MUNIER Florian
Browse files

Update README.md

parent 188a3f6c
No related branches found
No related tags found
No related merge requests found
......@@ -20,11 +20,17 @@ docker build -t checktva src/
```sh
cd project_jenkins_php
```
- cas où tout fonctionne :
```sh
docker run --rm -ti checktva php checktva.php product food 2
```
- cas où il manque un argument :
```sh
docker run --rm -ti checktva php checktva.php product food
```
- cas où il y a une erreur de type :
```sh
docker run --rm -ti checktva php checktva.php product food l
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment