more testing
This commit is contained in:
parent
fa9d990428
commit
a7cfaa8b0a
@ -7,10 +7,11 @@ WORKDIR /mesh
|
||||
RUN node --version && npm --version && yarn --version
|
||||
|
||||
# install gulp
|
||||
RUN npm i gulp-cli
|
||||
RUN npm i gulp-cli -g
|
||||
RUN npm i gulp -g
|
||||
|
||||
# run yarn for prerequisits
|
||||
RUN ls -alh
|
||||
RUN ls -alh /mesh
|
||||
RUN yarn
|
||||
|
||||
# run gulp to build app
|
||||
|
Loading…
Reference in New Issue
Block a user