Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gxtrobot authored Aug 28, 2019
1 parent 54dbf6f commit a4469a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ gunicorn bustag.app.index:app --bind='0.0.0.0:8080'
docker run --rm -d -v $(pwd)/data:/app/data -p 8080:8080 gxtrobot/bustag-app
windows powershell
docker run --rm -it -v ${PWD}/data:/app/data -p 8080:8080 gxtrobot/bustag-app
docker run --rm -d -v ${PWD}/data:/app/data -p 8080:8080 gxtrobot/bustag-app
```

Expand Down

0 comments on commit a4469a0

Please sign in to comment.