speed uo build

This commit is contained in:
Philipp Kunz 2018-05-04 13:06:37 +02:00
parent bb99e6e0b1
commit 015ca7223f

View File

@ -21,7 +21,6 @@ RUN apk add --no-cache \
yarn \
&& update-ca-certificates
RUN curl -o- -L https://yarnpkg.com/install.sh | sh
RUN yarn global add @shipzone/npmci
RUN npm config set unsafe-perm true
ENV PATH /root/.yarn/bin:$PATH