From 068cfa7b3d5df576e40d09ec06b732435cd8d2c8 Mon Sep 17 00:00:00 2001 From: jeanGaston Date: Tue, 30 Jan 2024 09:00:46 +0100 Subject: [PATCH] Update DOCKERFILE --- WebGui/DOCKERFILE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebGui/DOCKERFILE b/WebGui/DOCKERFILE index 316bb3e..5514e52 100644 --- a/WebGui/DOCKERFILE +++ b/WebGui/DOCKERFILE @@ -11,7 +11,7 @@ COPY ./Helloworld.py /app/ #EXPOSE 5000 # Install any dependencies -RUN pip install --no-cache-dir -r ./requirements.py +RUN pip install --no-cache-dir Flask==2.1.2 # Set the entry point CMD ["python", "Helloworld.py"]