Skip to content

Commit 46918ea

Browse files
Clinton WerthClinton Werth
authored andcommitted
remove comments and add to docker ignore
1 parent 2d00c18 commit 46918ea

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.dockerignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
node_modules
1+
node_modules
2+
dist
3+
lib

Dockerfile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ FROM node:20.11.1 AS build-arcserviceplugin
3636
WORKDIR /arcgisserviceplugin
3737
COPY plugins/arcgis/service/package*.json ./
3838
RUN npm install
39-
# RUN npm prune --omit=peer
4039
COPY --from=build-service /service /arcgisserviceplugin/node_modules/@ngageoint/mage.service
4140
COPY plugins/arcgis/service/ ./
4241
RUN npm run build
@@ -59,15 +58,11 @@ COPY --from=build-arcwebplugin /arcgiswebplugin/ngageoint*.tgz /arcgiswebplugin/
5958
COPY --from=build-arcserviceplugin /arcgisserviceplugin/ngageoint*.tgz /arcgisserviceplugin/
6059

6160
WORKDIR /instance
62-
# COPY /instance/package.json /instance/package.json
63-
# RUN npm install
6461
RUN 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

7267
ENV NODE_PATH=./node_modules
7368
ENTRYPOINT [ \

0 commit comments

Comments
 (0)