Try to fix Dockerfiles
This commit is contained in:
parent
b68546b0e7
commit
6d8fb278fe
@ -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
|
||||
CMD ["/usr/local/bin/python bot.py"]
|
||||
CMD ["/usr/local/bin/python", "bot.py"]
|
||||
|
@ -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
|
||||
CMD ["/usr/local/bin/python bot_updates.py"]
|
||||
CMD ["/usr/local/bin/python", "bot_updates.py"]
|
||||
|
Loading…
Reference in New Issue
Block a user