test
This commit is contained in:
parent
f07bcc79cc
commit
1baf8dea57
16
Dockerfile
16
Dockerfile
@ -1,11 +1,11 @@
|
|||||||
FROM node:latest
|
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
|
||||||
|
COPY start.sh /start.sh
|
||||||
VOLUME /opt/meshviewer/data
|
VOLUME /opt/meshviewer/data
|
||||||
ENTRYPOINT ["top"]
|
CMD ["/start.sh"]
|
Loading…
Reference in New Issue
Block a user