diff --git a/Dockerfile b/Dockerfile index 848ea10..e79d80c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,8 +3,8 @@ FROM node:latest RUN git clone https://github.com/ffrgb/meshviewer.git /opt/meshviewer/ WORKDIR /opt/meshviewer RUN npm install gulp -D -RUN yarn -RUN yarn global add gulp-cli -RUN gulp +#RUN yarn +#RUN yarn global add gulp-cli +#RUN gulp VOLUME /opt/meshviewer/data \ No newline at end of file