We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents df2a679 + 19626fa commit 99ed58cCopy full SHA for 99ed58c
Dockerfile
@@ -12,7 +12,7 @@ WORKDIR /srv/configurable-http-proxy
12
13
# Install configurable-http-proxy, then automatically install compatible updates
14
# to vulnerable dependencies, and finally uninstall npm which isn't needed.
15
-RUN npm install -g \
+RUN npm install -g --production \
16
&& npm audit fix \
17
&& npm uninstall -g npm
18
0 commit comments