Dmitry Beresnev commited on
Commit
a639b7c
·
1 Parent(s): 461781d

fix requirements.txt

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -22,4 +22,4 @@ EXPOSE 8443
22
 
23
  HEALTHCHECK CMD curl --fail http://localhost:8443/_stcore/health
24
 
25
- ENTRYPOINT ["python3", "src/telegram_bot.py"]
 
22
 
23
  HEALTHCHECK CMD curl --fail http://localhost:8443/_stcore/health
24
 
25
+ ENTRYPOINT ["python3", "app/src/telegram_bot.py"]