Update Dockerfile
This commit is contained in:
parent
ea5c01bd04
commit
8f60bc5f16
@ -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"]
|
||||||
|
Loading…
Reference in New Issue
Block a user