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 6d01a24 commit d481507Copy full SHA for d481507
.dockerignore
@@ -1,4 +1,5 @@
1
web/node_modules
2
+web/config_*.py
3
web/*.log
4
web/regression
5
web/**/tests/
Dockerfile
@@ -32,16 +32,7 @@ RUN apk add --no-cache \
32
zlib-dev
33
34
COPY .git .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
-RUN rm -rf /pgadmin4/web/*.log \
40
- /pgadmin4/web/config_*.py \
41
- /pgadmin4/web/node_modules \
42
- /pgadmin4/web/regression \
43
- `find /pgadmin4/web -type d -name tests` \
44
- `find /pgadmin4/web -type f -name .DS_Store`
45
46
WORKDIR /pgadmin4/web
47
0 commit comments