This commit is contained in:
stebifan 2018-04-08 09:51:07 +02:00
parent 4c7537e5d0
commit f07bcc79cc

View File

@ -3,8 +3,9 @@ FROM node:latest
RUN git clone https://github.com/ffrgb/meshviewer.git /opt/meshviewer/ RUN git clone https://github.com/ffrgb/meshviewer.git /opt/meshviewer/
WORKDIR /opt/meshviewer WORKDIR /opt/meshviewer
RUN npm install gulp -D RUN npm install gulp -D
#RUN yarn RUN yarn
#RUN yarn global add gulp-cli RUN yarn global add gulp-cli
#RUN gulp RUN gulp
VOLUME /opt/meshviewer/data VOLUME /opt/meshviewer/data
ENTRYPOINT ["top"]