Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Changing docker options order to work properly
  • Loading branch information
GoDllkE committed Sep 6, 2018
1 parent 1e5b58f commit 495ee50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -73,7 +73,7 @@ Para quem quer rodar via Docker
$ docker build -t gemidao-do-zap -f Dockerfile .
```
```
$ docker run --name --rm gemidao-do-zap -e DE={{telefone}} -e PARA={{telefone}} -e TOKEN={{token}} gemidao-do-zap
$ docker run --rm --name gemidao-do-zap -e DE={{telefone}} -e PARA={{telefone}} -e TOKEN={{token}} gemidao-do-zap
```


Expand Down

0 comments on commit 495ee50

Please sign in to comment.