Skip to content

Commit

Permalink
fixed dockerfile path to executable (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-rooftop authored Mar 24, 2021
1 parent 3bce3a7 commit a5be6e4
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 @@ -8,4 +8,4 @@ ADD requirements.txt/ /

RUN pip install -r requirements.txt

CMD [ "python3", "./terra_node_bot.py" ]
CMD [ "python3", "./bot/bot.py" ]

0 comments on commit a5be6e4

Please sign in to comment.