File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 1- node_modules
1+ node_modules
2+ dist
3+ lib
Original file line number Diff line number Diff line change @@ -36,7 +36,6 @@ FROM node:20.11.1 AS build-arcserviceplugin
3636WORKDIR /arcgisserviceplugin
3737COPY plugins/arcgis/service/package*.json ./
3838RUN npm install
39- # RUN npm prune --omit=peer
4039COPY --from=build-service /service /arcgisserviceplugin/node_modules/@ngageoint/mage.service
4140COPY plugins/arcgis/service/ ./
4241RUN npm run build
@@ -59,15 +58,11 @@ COPY --from=build-arcwebplugin /arcgiswebplugin/ngageoint*.tgz /arcgiswebplugin/
5958COPY --from=build-arcserviceplugin /arcgisserviceplugin/ngageoint*.tgz /arcgisserviceplugin/
6059
6160WORKDIR /instance
62- # COPY /instance/package.json /instance/package.json
63- # RUN npm install
6461RUN npm install ../service/ngageoint-mage.service*.tgz \
6562 npm install ../web-app/ngageoint-mage.web-app*.tgz \
6663 npm install ../arcgiswebplugin/ngageoint*.tgz \
6764 npm install ../arcgisserviceplugin/ngageoint*.tgz
6865
69- # RUN npm install ../service ../web-app/dist
70-
7166
7267ENV NODE_PATH=./node_modules
7368ENTRYPOINT [ \
You can’t perform that action at this time.
0 commit comments