fix(dockerfile) Add meteor npm install to dockerfile (fixes #219)

This commit is contained in:
Erik Ziegler 2018-07-06 16:49:52 +02:00
parent 71053b91e3
commit cd1b2dd221

View File

@ -23,6 +23,7 @@ WORKDIR /home/user/Viewers/OHIFViewer
ENV METEOR_PACKAGE_DIRS=../Packages
ENV METEOR_PROFILE=1
RUN meteor npm install
RUN meteor build --directory /home/user/app
WORKDIR /home/user/app/bundle/programs/server
RUN npm install --production