diff --git a/Dockerfile b/Dockerfile index 8289b1daa..686b08b14 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,8 +14,9 @@ RUN groupadd -r mage \ USER mage ENV MAGE_HOME=/home/mage/instance WORKDIR ${MAGE_HOME} -RUN npm install @ngageoint/mage.service@6.2.9 -RUN npm install @ngageoint/mage.web-app@6.2.9 +RUN npm install @ngageoint/mage.service@6.2.13 +RUN npm install @ngageoint/mage.web-app@6.2.13 + RUN ln -s ./node_modules/.bin/mage.service VOLUME /var/lib/mage