Skip to content

Commit

Permalink
Remove --pull and --force-rm options from docker build command
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikaverpil committed Jun 4, 2016
1 parent 17c4348 commit c40912c
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 @@ -216,7 +216,7 @@ Assuming you have Docker already setup.
```bash
# Build image (see Dockerfile for specifics)
# Re-run this command to pull latest version of image
docker build --pull --force-rm -t mottosso/qtpy https://github.com/mottosso/Qt.py.git
docker build -t mottosso/qtpy https://github.com/mottosso/Qt.py.git

# Run nosetests
# Explanation of flags:
Expand Down

0 comments on commit c40912c

Please sign in to comment.