Skip to content

Commit c3da32f

Browse files
authored
Correct erroneous comment in Dockerfile
1 parent 01e8d0c commit c3da32f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Dockerfile

Lines changed: 1 addition & 4 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-
# Create the /pgadmin4 directory and copy the source into it. Explicitly
35-
# remove the node_modules directory as we'll recreate a clean version, as well
36-
# as various other files we don't want
34+
# Create the /pgadmin4 directory and copy the source into it
3735
COPY web /pgadmin4/web
38-
3936
WORKDIR /pgadmin4/web
4037

4138
# Build the JS vendor code in the app-builder, and then remove the vendor source.

0 commit comments

Comments
 (0)