Skip to content

Commit

Permalink
chore: disable progress in npm
Browse files Browse the repository at this point in the history
  • Loading branch information
tonio committed Oct 29, 2020
1 parent 492a4dc commit 7f82f14
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ RUN \
sed 's#bind :80#bind *:443 ssl crt /etc/haproxy_dev/localhost.pem#g' /etc/haproxy/haproxy.cfg.tmpl \
> /etc/haproxy_dev/haproxy.cfg.tmpl && \
echo ' http-request set-header X-Forwarded-Proto https' >> /etc/haproxy_dev/haproxy.cfg.tmpl

VOLUME /etc/geomapfish \
/etc/mapserver \
/etc/qgisserver \
Expand Down
2 changes: 1 addition & 1 deletion geoportal/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ LABEL maintainer Camptocamp "[email protected]"
WORKDIR /app

COPY package.json /app
RUN \
RUN npm set progress=false && \
npm-packages --src=/app/package.json --dst=/tmp/npm-packages && \
npm install --no-optional --global --unsafe-perm --no-package-lock `cat /tmp/npm-packages` && \
npm cache clear --force
Expand Down

0 comments on commit 7f82f14

Please sign in to comment.