testing Dockerfile

This commit is contained in:
Nils Stinnesbeck 2019-11-23 00:25:52 +01:00
parent 441e1e61be
commit cf3d47bdd7
Signed by: nils
GPG Key ID: 86D4882C6C6CA48B

View File

@ -6,6 +6,7 @@ RUN node --version && npm --version && yarn --version
# install gulp
RUN npm i gulp-cli -g
RUN ls -alh /root/local/lib/node_modules
# run yarn for prerequisits
RUN yarn