From f07bcc79cc450ef91d3ddc1f7e3e8d52c281891a Mon Sep 17 00:00:00 2001 From: stebifan Date: Sun, 8 Apr 2018 09:51:07 +0200 Subject: [PATCH] bugfix --- Dockerfile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index e79d80c..9f189cd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,8 +3,9 @@ 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 +VOLUME /opt/meshviewer/data +ENTRYPOINT ["top"] \ No newline at end of file