This commit is contained in:
stebifan 2018-04-08 10:50:29 +02:00
parent 1baf8dea57
commit 0af788c6a8

View File

@ -7,5 +7,6 @@ FROM node:latest
#RUN yarn global add gulp-cli
#RUN gulp
COPY start.sh /start.sh
RUN chmod +x /start.sh
VOLUME /opt/meshviewer/data
CMD ["/start.sh"]