From 5e805a1d9c395e9e6ddb5229126468672347e1e4 Mon Sep 17 00:00:00 2001 From: f-necas <39771412+f-necas@users.noreply.github.com> Date: Mon, 29 Jul 2024 14:56:45 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 4891ae86b..7db7ddf4d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,6 +22,7 @@ RUN if [ "$TOMCAT_EXTRAS" = false ]; then \ # Add application from first stage COPY --from=extractwar /tmp/mapstore "${CATALINA_BASE}/webapps/mapstore" COPY georchestra-docker-scripts/ / +# SHould be override in 2024.xx when a server.xml on 8080 will be available COPY docker/server.xml "${CATALINA_BASE}/conf/"