1
0

fix docker

This commit is contained in:
yamaks2306 2022-04-22 18:18:11 +03:00
parent 7054fa4140
commit acc9ddc14a

@ -2,4 +2,4 @@ FROM python:3.10-slim
WORKDIR /app WORKDIR /app
COPY . /app COPY . /app
RUN python -m pip install requests RUN python -m pip install requests
ENTRYPOINT ["./entrypoint.sh"] ENTRYPOINT ["/app/entrypoint.sh"]