Update Dockerfile

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

View File

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