Update Dockerfile for bot
This commit is contained in:
parent
c1f38895e4
commit
032268f9b1
@ -2,11 +2,11 @@ FROM python:3.10-alpine
|
||||
|
||||
WORKDIR /srv/flask_app
|
||||
|
||||
COPY /telegram_bot/requirements.txt /srv/flask_app/
|
||||
COPY telegram_bot/requirements.txt /srv/flask_app/
|
||||
|
||||
RUN pip install -r requirements.txt --src /usr/local/src --no-warn-script-location
|
||||
|
||||
COPY . /srv/flask_app
|
||||
COPY telegram_bot /srv/flask_app
|
||||
RUN chmod +x ./deploy/start.sh
|
||||
RUN chmod +x ./deploy/healthcheck.sh
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user