From 8f60bc5f160f1f0f0edf076a15dd7a4423a81c19 Mon Sep 17 00:00:00 2001 From: H4CK3R-01 Date: Tue, 26 Apr 2022 09:15:10 +0200 Subject: [PATCH] Update Dockerfile --- telegram_bot/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]