diff --git a/Dockerfile b/Dockerfile index a6f81be..b94eb0e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,4 +8,4 @@ ADD requirements.txt/ / RUN pip install -r requirements.txt -CMD [ "python3", "./terra_node_bot.py" ] +CMD [ "python3", "./bot/bot.py" ]