Skip to content

Commit 7a4b89a

Browse files
committed
correct erroneous comment and merged 2 copies
1 parent a5e9315 commit 7a4b89a

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

Dockerfile

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,8 @@ RUN apk add --no-cache \
3131
yarn \
3232
zlib-dev
3333

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
34+
# Create the /pgadmin4 directory and copy the source into it
35+
COPY .git web /pgadmin4/
3936

4037
WORKDIR /pgadmin4/web
4138

0 commit comments

Comments
 (0)