Skip to content

Commit

Permalink
Merge pull request yasinkuyu#95 from omerfarukz/patch-1
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
yasinkuyu authored Jan 15, 2018
2 parents 04b2c00 + 2b0e9dd commit 1818a5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM python:3
ADD config.py /
ADD BinanceAPI.py /
ADD app/config.py /
ADD app/BinanceAPI.py /
ADD trader.py /
RUN pip install requests
CMD [ "python", "./trader.py" ]

0 comments on commit 1818a5a

Please sign in to comment.