This commit is contained in:
parent
cb6a91c384
commit
ef73f5958f
@ -1,5 +1,5 @@
|
|||||||
FROM python:3.9-slim
|
FROM python:3.9-slim
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
RUN pip install --no-cache-dir -r requirements.txt
|
RUN pip install --no-cache-dir -r /app/requirements.txt
|
||||||
COPY . .
|
COPY . .
|
||||||
ENTRYPOINT [ "python", "-u", "/app/main.py" ]
|
ENTRYPOINT [ "python", "-u", "/app/main.py" ]
|
Loading…
Reference in New Issue
Block a user