From 77217410554caeb48c435bf07f3fef38719336c4 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:12:13 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]