From 3f06a88a83d374f9822bfa9f2d45c503886ace7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20Moll?= <36770313+moll-re@users.noreply.github.com> Date: Fri, 28 Jan 2022 10:28:12 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]