From 692d7f7666686c8be7f70e4d0d4564b003f9ed4b Mon Sep 17 00:00:00 2001 From: H4CK3R-01 Date: Tue, 3 May 2022 11:31:09 +0200 Subject: [PATCH] Updated Dockerfile --- source/Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/source/Dockerfile b/source/Dockerfile index 7ea5876..fa2e870 100644 --- a/source/Dockerfile +++ b/source/Dockerfile @@ -10,8 +10,5 @@ RUN pip install -r requirements.txt --src /usr/local/src --no-warn-script-locati # Copy the source code to the working directory COPY source /srv/flask_app -# Change file permissions -RUN chmod +x ./deploy/start.sh - # Run the app CMD ["python", "bot.py"] \ No newline at end of file