fix docker
This commit is contained in:
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"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user