From 1cbe104fc235107301f81e1a77abb836c6a12f7b Mon Sep 17 00:00:00 2001 From: H4CK3R-01 Date: Tue, 26 Apr 2022 09:48:34 +0200 Subject: [PATCH] Update Dockerfile #2 --- telegram_bot/Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/telegram_bot/Dockerfile b/telegram_bot/Dockerfile index 00e7604..ca7ffb7 100644 --- a/telegram_bot/Dockerfile +++ b/telegram_bot/Dockerfile @@ -10,5 +10,8 @@ RUN pip install -r requirements.txt --src /usr/local/src --no-warn-script-locati # Copy the source code to the working directory COPY telegram_bot /srv/flask_app +# Change file permissions +RUN chmod +x ./deploy/start.sh + # Run the app CMD ["./deploy/start.sh"] \ No newline at end of file