Skip to content

Commit

Permalink
update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Ceruleanacg committed Mar 16, 2018
1 parent 40bcceb commit 7e6c404
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
FROM ceruleanwang/quant-base:latest

ENV HARU_DIR /app/haru
ENV MAYU_DIR /app/mayu
ENV PYTHONPATH $PYTHONPATH:/app
ENV DEBUG 0

WORKDIR $HARU_DIR

#ADD . $HARU_DIR
WORKDIR $MAYU_DIR

ENTRYPOINT ["python3.5"]

Expand Down
2 changes: 1 addition & 1 deletion helper/args_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import argparse

spider_parser = argparse.ArgumentParser()
spider_parser.add_argument("-c", "--codes", default=["600036, ""601328", "601998", "601288"], type=list)
spider_parser.add_argument("-c", "--codes", default=["600036", "601328", "601998", "601288"], type=list)
spider_parser.add_argument("-s", "--start", default="2008-01-01")
spider_parser.add_argument("-e", "--end", default="2018-01-01")

Expand Down

0 comments on commit 7e6c404

Please sign in to comment.