fix(dockerfile) Add meteor npm install to dockerfile (fixes #219)
This commit is contained in:
parent
71053b91e3
commit
cd1b2dd221
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user