Updated Dockerfile

This commit is contained in:
Administrator 2022-05-03 11:31:09 +02:00
parent 1256b29708
commit 692d7f7666

View File

@ -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 the source code to the working directory
COPY source /srv/flask_app COPY source /srv/flask_app
# Change file permissions
RUN chmod +x ./deploy/start.sh
# Run the app # Run the app
CMD ["python", "bot.py"] CMD ["python", "bot.py"]