Update Dockerfile

This commit is contained in:
Administrator 2022-04-26 09:15:10 +02:00
parent ea5c01bd04
commit 8f60bc5f16

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 COPY telegram_bot /srv/flask_app
# Run the application # 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"]