further testing

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

View File

@ -6,13 +6,12 @@ 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
# run gulp to build app
RUN gulp
RUN /usr/local/bin/gulp
# build docker container