We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5e9315 commit 7a4b89aCopy full SHA for 7a4b89a
Dockerfile
@@ -31,11 +31,8 @@ RUN apk add --no-cache \
31
yarn \
32
zlib-dev
33
34
-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
+# Create the /pgadmin4 directory and copy the source into it
+COPY .git web /pgadmin4/
39
40
WORKDIR /pgadmin4/web
41
0 commit comments