We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6089145 commit 9ddce71Copy full SHA for 9ddce71
Dockerfile
@@ -44,6 +44,7 @@ WORKDIR /imageserviceplugin
44
COPY plugins/image/service/package*.json ./
45
RUN npm install
46
COPY --from=build-service /service /imageserviceplugin/node_modules/@ngageoint/mage.service
47
+RUN rm -rf /imageserviceplugin/node_modules/@ngageoint/mage.service/node_modules/mongoose
48
COPY plugins/image/service/ ./
49
RUN npm run build
50
RUN npm pack
0 commit comments