build
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Amazed 2021-11-17 12:44:54 +01:00
parent ef73f5958f
commit 01914e0f5a
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
FROM python:3.9-slim
WORKDIR /app
RUN pip install --no-cache-dir -r /app/requirements.txt
COPY . .
RUN pip install --no-cache-dir -r /app/requirements.txt
ENTRYPOINT [ "python", "-u", "/app/main.py" ]