Update Dockerfile

This commit is contained in:
David
2022-04-12 00:07:42 +02:00
committed by GitHub
parent 72ded23eda
commit 781c0d4a73

View File

@@ -19,6 +19,6 @@ COPY requirements.txt .
WORKDIR /app
COPY *.py .
COPY . .
ENTRYPOINT ["/opt/venv/bin/python3", "-u", "main.py"]