more testing

This commit is contained in:
Nils Stinnesbeck 2019-11-23 00:42:27 +01:00
parent fa9d990428
commit a7cfaa8b0a
Signed by: nils
GPG Key ID: 86D4882C6C6CA48B

View File

@ -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