Skip to content

Commit

Permalink
Merge pull request yasinkuyu#214 from piscue/master
Browse files Browse the repository at this point in the history
fixing Dockerfile
  • Loading branch information
yasinkuyu authored Feb 27, 2018
2 parents 20a33f9 + 1f11dc9 commit b5710e7
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM python:3
ADD app/config.py /
ADD app/BinanceAPI.py /
ADD trader.py /
ADD app/ /app
ADD db/ /db
aDD trader.py /app
ADD balance.py /app
RUN pip install requests
CMD [ "python", "./trader.py" ]
CMD [ "python", "/app/trader.py" ]

0 comments on commit b5710e7

Please sign in to comment.