Update Dockerfile and docker-compose

This commit is contained in:
2022-04-26 09:19:46 +02:00
parent 8f60bc5f16
commit 1786cf8df0
3 changed files with 4 additions and 6 deletions

View File

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