diff --git a/telegram_bot/Dockerfile b/telegram_bot/Dockerfile index de4bda8..e5c4106 100644 --- a/telegram_bot/Dockerfile +++ b/telegram_bot/Dockerfile @@ -11,4 +11,4 @@ RUN pip install -r requirements.txt --src /usr/local/src --no-warn-script-locati COPY telegram_bot /srv/flask_app # Run the application -ENTRYPOINT ["/bin/sh" "-c" "python bot.py && python bot_updates.py"] +ENTRYPOINT ["/bin/sh", "-c", "python bot.py && python bot_updates.py"]