diff --git a/Dockerfile b/Dockerfile index c28f8e3..94b4ee2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"]