@@ -38,15 +38,15 @@ COPY plugins/arcgis/service/ ./
3838RUN npm run build
3939RUN npm pack
4040
41- # FROM node:20.11.1 AS build-imageserviceplugin
42- # WORKDIR /imageserviceplugin
43- # COPY plugins/image/service/package*.json ./
44- # RUN npm install
45- # COPY --from=build-service /service /imageserviceplugin/node_modules/@ngageoint/mage.service
46- # RUN rm -rf /imageserviceplugin/node_modules/@ngageoint/mage.service/node_modules/mongoose
47- # COPY plugins/image/service/ ./
48- # RUN npm run build
49- # RUN npm pack
41+ FROM node:20.11.1 AS build-imageserviceplugin
42+ WORKDIR /imageserviceplugin
43+ COPY plugins/image/service/package*.json ./
44+ RUN npm install
45+ COPY --from=build-service /service /imageserviceplugin/node_modules/@ngageoint/mage.service
46+ RUN rm -rf /imageserviceplugin/node_modules/@ngageoint/mage.service/node_modules/mongoose
47+ COPY plugins/image/service/ ./
48+ RUN npm run build
49+ RUN npm pack
5050
5151FROM node:20.11.1 AS build-sftpserviceplugin
5252WORKDIR /sftpserviceplugin
@@ -74,7 +74,7 @@ COPY --from=build-arcwebplugin /arcgiswebplugin/ngageoint*.tgz /arcgiswebplugin/
7474COPY --from=build-arcserviceplugin /arcgisserviceplugin/ngageoint*.tgz /arcgisserviceplugin/
7575COPY --from=build-sftpserviceplugin /sftpserviceplugin/ngageoint*.tgz /sftpserviceplugin/
7676COPY --from=build-sftpwebplugin /sftpwebplugin/ngageoint*.tgz /sftpwebplugin/
77- # COPY --from=build-imageserviceplugin /imageserviceplugin/ngageoint*.tgz /imageserviceplugin/
77+ COPY --from=build-imageserviceplugin /imageserviceplugin/ngageoint*.tgz /imageserviceplugin/
7878
7979WORKDIR /instance
8080RUN ls -la ../sftpwebplugin
@@ -84,6 +84,7 @@ RUN npm install ../sftpwebplugin/ngageoint-mage.sftp.web*.tgz
8484RUN npm install ../sftpserviceplugin/ngageoint-mage.sftp.service*.tgz
8585RUN npm install ../arcgiswebplugin/ngageoint*.tgz
8686RUN npm install ../arcgisserviceplugin/ngageoint*.tgz
87+ RUN npm install ../imageserviceplugin/ngageoint*.tgz
8788
8889
8990ENV NODE_PATH=./node_modules
0 commit comments