We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70e4435 commit 0132ce2Copy full SHA for 0132ce2
Dockerfile
@@ -31,7 +31,10 @@ RUN apk add --no-cache \
31
yarn \
32
zlib-dev
33
34
-COPY .git .git
+COPY .git /pgadmin4/.git
35
+# Create the /pgadmin4 directory and copy the source into it. Explicitly
36
+# remove the node_modules directory as we'll recreate a clean version, as well
37
+# as various other files we don't want
38
COPY web /pgadmin4/web
39
40
WORKDIR /pgadmin4/web
0 commit comments