remove global flag
This commit is contained in:
parent
6563c9073e
commit
e65544a31b
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user