Skip to content

Commit

Permalink
Added missing "-o" parameter to Dockerfile instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
njgraham committed Jul 2, 2017
1 parent 5343344 commit 6e881bb
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 6e881bb

Please sign in to comment.