Skip to content

Commit

Permalink
Merge pull request #249 from NurdTurd/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
yasinkuyu authored Jun 12, 2018
2 parents 50465f7 + 8954742 commit c9435c8
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
@@ -1,7 +1,7 @@
FROM python:3
ADD app/ /app
ADD db/ /db
aDD trader.py /app
ADD trader.py /app
ADD balance.py /app
RUN pip install requests
CMD [ "python", "/app/trader.py" ]

0 comments on commit c9435c8

Please sign in to comment.