We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01e8d0c commit c3da32fCopy full SHA for c3da32f
Dockerfile
@@ -31,11 +31,8 @@ RUN apk add --no-cache \
31
yarn \
32
zlib-dev
33
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
+# Create the /pgadmin4 directory and copy the source into it
37
COPY web /pgadmin4/web
38
-
39
WORKDIR /pgadmin4/web
40
41
# Build the JS vendor code in the app-builder, and then remove the vendor source.
0 commit comments