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