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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 dockerized=true
CMD ["python3", "server.py"]