Update Dockerfile

This commit is contained in:
Rémy Moll
2022-01-28 10:12:13 +01:00
committed by GitHub
parent 9cffd15571
commit 7721741055

View File

@@ -7,6 +7,6 @@ RUN python3 -m pip install --upgrade pip && python3 -m pip install -r /app/requi
COPY app/ /app/
WORKDIR /app/
ENV containterized true
ENV containterized=true
CMD ["python3", "server.py"]