Update Dockerfile #2

This commit is contained in:
Administrator 2022-04-26 09:48:34 +02:00
parent 2525219c79
commit 1cbe104fc2

View File

@ -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"]