From d3b5887ed924cf07bbe8b4542023e7369d003946 Mon Sep 17 00:00:00 2001 From: Claus Nagel Date: Mon, 15 Jul 2024 13:36:34 +0200 Subject: [PATCH] fixed app path in Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7189c520..714da5ef 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,7 +27,7 @@ ARG CITYDB_TOOL_VERSION ENV CITYDB_TOOL_VERSION=${CITYDB_TOOL_VERSION} # Copy from builder -COPY --from=builder /build/citydb-cli/build/install/3DCityDB-Command-Line-Tool /opt/citydb-tool +COPY --from=builder /build/citydb-cli/build/install/citydb-tool /opt/citydb-tool # Run as non-root user, put start script in path and set permissions RUN groupadd --gid 1000 -r citydb-tool && \