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 1
1
# build stage
2
- FROM node:16.12.0@sha256:7af54841a6828288a57747564b235af2c4ab86bf3c3591bdf0fc6db08b8219f3 AS build-stage
2
+ FROM node:16.12.0@sha256:922d9e469a2fcd2554acd5c309c1d5a6306cb5483fc5a45b14c8d1bb775c5ecb AS build-stage
3
3
4
4
COPY common /common
5
5
@@ -10,7 +10,7 @@ RUN npm ci
10
10
RUN npm run build
11
11
12
12
# production stage
13
- FROM node:16.12.0@sha256:7af54841a6828288a57747564b235af2c4ab86bf3c3591bdf0fc6db08b8219f3 AS production-stage
13
+ FROM node:16.12.0@sha256:922d9e469a2fcd2554acd5c309c1d5a6306cb5483fc5a45b14c8d1bb775c5ecb AS production-stage
14
14
WORKDIR /app
15
15
16
16
COPY --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"
2
2
3
3
services :
4
4
frontend :
5
- image : node:16.12.0@sha256:7af54841a6828288a57747564b235af2c4ab86bf3c3591bdf0fc6db08b8219f3
5
+ image : node:16.12.0@sha256:922d9e469a2fcd2554acd5c309c1d5a6306cb5483fc5a45b14c8d1bb775c5ecb
6
6
container_name : ' ecamp3-frontend'
7
7
ports :
8
8
- ' 3000:3000'
@@ -105,7 +105,7 @@ services:
105
105
entrypoint : ./docker-setup.sh
106
106
107
107
print :
108
- image : node:16.12.0@sha256:7af54841a6828288a57747564b235af2c4ab86bf3c3591bdf0fc6db08b8219f3
108
+ image : node:16.12.0@sha256:922d9e469a2fcd2554acd5c309c1d5a6306cb5483fc5a45b14c8d1bb775c5ecb
109
109
container_name : ' ecamp3-print'
110
110
ports :
111
111
- ' 3003:3003'
You can’t perform that action at this time.
0 commit comments