bug
This commit is contained in:
parent
608d17abaf
commit
4c7537e5d0
@ -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
|
Loading…
Reference in New Issue
Block a user