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

This commit is contained in:
Amazed 2021-11-17 12:44:17 +01:00
parent cb6a91c384
commit ef73f5958f
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 requirements.txt
RUN pip install --no-cache-dir -r /app/requirements.txt
COPY . .
ENTRYPOINT [ "python", "-u", "/app/main.py" ]