From 471c64f0ba2220d31e450e4d709ccf8b8b6a4fc8 Mon Sep 17 00:00:00 2001 From: Stan Soldatov Date: Sun, 29 Dec 2024 14:51:27 +0100 Subject: [PATCH] Dockerfile update. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1add5c67..dde6a14f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ COPY requirements.txt /usr/src/app/requirements.txt RUN pip install -r requirements.txt # Ensure the latest version of maps4fs is installed. -RUN pip install --update maps4fs +RUN pip install --upgrade maps4fs EXPOSE 8501