remove global flag

This commit is contained in:
Nils Stinnesbeck 2019-11-23 00:32:09 +01:00
parent 6563c9073e
commit e65544a31b
Signed by: nils
GPG Key ID: 86D4882C6C6CA48B

View File

@ -5,8 +5,8 @@ FROM node:12.12.0-stretch as builder
RUN node --version && npm --version && yarn --version RUN node --version && npm --version && yarn --version
# install gulp # install gulp
RUN npm i gulp-cli -g RUN npm i gulp-cli
RUN npm i gulp -g RUN npm i gulp
# run yarn for prerequisits # run yarn for prerequisits
RUN yarn RUN yarn