diff --git a/docker/dockerfile b/docker/dockerfile index 59de64e..a983db9 100644 --- a/docker/dockerfile +++ b/docker/dockerfile @@ -14,4 +14,4 @@ RUN python3 -m pip install --upgrade pip \ COPY ./ ./ -RUN python3 ./mojojojo-bot.py \ No newline at end of file +CMD python3 ./mojojojo-bot.py \ No newline at end of file