diff --git a/Dockerfile b/Dockerfile index a2a7921..c28f8e3 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 containterized=true CMD ["python3", "server.py"]