There was an error while loading. Please reload this page.
1 parent 26ec3d4 commit 4594ef6Copy full SHA for 4594ef6
1 file changed
Dockerfile
@@ -24,7 +24,7 @@ USER stf-build
24
RUN set -x && \
25
cd /tmp/build && \
26
export PATH=$PWD/node_modules/.bin:$PATH && \
27
- npm install --loglevel http && \
+ npm install && \
28
npm pack && \
29
tar xzf stf-*.tgz --strip-components 1 -C /app && \
30
bower cache clean && \
0 commit comments