diff --git a/Dockerfile b/Dockerfile index dcabfb6..24bd521 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,4 +13,4 @@ RUN apt install sqlite3 -y RUN python3 -m pip install -r requirements.txt -ENTRYPOINT bash \ No newline at end of file +ENTRYPOINT python3 bot.py \ No newline at end of file