Skip to content

Commit 9ddce71

Browse files
Clinton WerthClinton Werth
authored andcommitted
fix docker build
1 parent 6089145 commit 9ddce71

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ WORKDIR /imageserviceplugin
4444
COPY plugins/image/service/package*.json ./
4545
RUN npm install
4646
COPY --from=build-service /service /imageserviceplugin/node_modules/@ngageoint/mage.service
47+
RUN rm -rf /imageserviceplugin/node_modules/@ngageoint/mage.service/node_modules/mongoose
4748
COPY plugins/image/service/ ./
4849
RUN npm run build
4950
RUN npm pack

0 commit comments

Comments
 (0)