From f4bff5142093d6d4153342eac6ad54b50fdb98fd Mon Sep 17 00:00:00 2001 From: Guiorgy Date: Thu, 20 Nov 2025 19:54:12 +0400 Subject: [PATCH] fixed .git copy destination inside Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b39adcd7353..586e0442bd5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,7 +31,7 @@ RUN apk add --no-cache \ yarn \ zlib-dev -COPY .git .git +COPY .git /pgadmin4/.git # Create the /pgadmin4 directory and copy the source into it. Explicitly # remove the node_modules directory as we'll recreate a clean version, as well # as various other files we don't want