fix permissions

This commit is contained in:
Philipp Kunz 2017-06-30 17:04:49 +02:00
parent 559b74bc5b
commit 5164e26ed9

View File

@ -38,4 +38,5 @@ RUN apk add --no-cache ca-certificates bash curl make gcc g++ python linux-heade
/usr/lib/node_modules/npm/man /usr/lib/node_modules/npm/doc /usr/lib/node_modules/npm/html
RUN curl -o- -L https://yarnpkg.com/install.sh | sh
RUN npm config set unsafe-perm true
ENV PATH /root/.yarn/bin:$PATH