Skip to content

Commit

Permalink
Merge pull request #1872 from njgraham/docker_instructions_typo
Browse files Browse the repository at this point in the history
Added missing "-o" parameter to Dockerfile instructions.
  • Loading branch information
freddiev4 committed Jul 3, 2017
2 parents 5343344 + 6e881bb commit 47cf269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#
# You can also run an algo using the docker exec command. For example:
#
# docker exec -it zipline zipline run -f /projects/my_algo.py --start 2015-1-1 --end 2016-1-1 /projects/result.pickle
# docker exec -it zipline zipline run -f /projects/my_algo.py --start 2015-1-1 --end 2016-1-1 -o /projects/result.pickle
#
FROM python:3.5

Expand Down

0 comments on commit 47cf269

Please sign in to comment.