This commit is contained in:
stebifan 2018-04-09 16:05:50 +02:00
parent 9387d3961f
commit 1d03da6bfe
2 changed files with 4 additions and 4 deletions

View File

@ -22,4 +22,8 @@ RUN npm install gulp -D && \
yarn && \
yarn global add gulp-cli
COPY start.sh /
RUN chmod +x /start.sh
ENTRYPOINT ["/start.sh"]
#RUN gulp

View File

@ -1,7 +1,3 @@
#!/bin/sh
git clone https://github.com/ffrgb/meshviewer.git /opt/meshviewer/
cd /opt/meshviewer
npm install gulp -D
yarn
yarn global add gulp-cli
gulp