Fix npm loglevel option.

This commit is contained in:
Simo Kinnunen
2015-10-11 04:26:06 +09:00
parent 4db05268f4
commit 3a0b4e849e

View File

@@ -24,7 +24,7 @@ USER stf-build
RUN set -x && \ RUN set -x && \
cd /tmp/build && \ cd /tmp/build && \
export PATH=$PWD/node_modules/.bin:$PATH && \ export PATH=$PWD/node_modules/.bin:$PATH && \
npm install --log-level http && \ npm install --loglevel http && \
npm pack && \ npm pack && \
tar xzf stf-*.tgz --strip-components 1 -C /app && \ tar xzf stf-*.tgz --strip-components 1 -C /app && \
bower cache clean && \ bower cache clean && \