File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# build stage
2- FROM node:16.12.0@sha256:7af54841a6828288a57747564b235af2c4ab86bf3c3591bdf0fc6db08b8219f3 AS build-stage
2+ FROM node:16.12.0@sha256:922d9e469a2fcd2554acd5c309c1d5a6306cb5483fc5a45b14c8d1bb775c5ecb AS build-stage
33
44COPY common /common
55
@@ -10,7 +10,7 @@ RUN npm ci
1010RUN npm run build
1111
1212# production stage
13- FROM node:16.12.0@sha256:7af54841a6828288a57747564b235af2c4ab86bf3c3591bdf0fc6db08b8219f3 AS production-stage
13+ FROM node:16.12.0@sha256:922d9e469a2fcd2554acd5c309c1d5a6306cb5483fc5a45b14c8d1bb775c5ecb AS production-stage
1414WORKDIR /app
1515
1616COPY --from=build-stage /app/node_modules ./node_modules
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: "3.4"
22
33services :
44 frontend :
5- image : node:16.12.0@sha256:7af54841a6828288a57747564b235af2c4ab86bf3c3591bdf0fc6db08b8219f3
5+ image : node:16.12.0@sha256:922d9e469a2fcd2554acd5c309c1d5a6306cb5483fc5a45b14c8d1bb775c5ecb
66 container_name : ' ecamp3-frontend'
77 ports :
88 - ' 3000:3000'
@@ -105,7 +105,7 @@ services:
105105 entrypoint : ./docker-setup.sh
106106
107107 print :
108- image : node:16.12.0@sha256:7af54841a6828288a57747564b235af2c4ab86bf3c3591bdf0fc6db08b8219f3
108+ image : node:16.12.0@sha256:922d9e469a2fcd2554acd5c309c1d5a6306cb5483fc5a45b14c8d1bb775c5ecb
109109 container_name : ' ecamp3-print'
110110 ports :
111111 - ' 3003:3003'
You can’t perform that action at this time.
0 commit comments