File tree Expand file tree Collapse file tree 4 files changed +969
-1119
lines changed
Expand file tree Collapse file tree 4 files changed +969
-1119
lines changed Original file line number Diff line number Diff line change 1- FROM node:24@sha256:5a593d74b632d1c6f816457477b6819760e13624455d587eef0fa418c8d0777b AS builder
1+ FROM node:24@sha256:80fc934952c8f1b2b4d39907af7211f8a9fff1a4c2cf673fb49099292c251cec AS builder
22
33USER root
44
@@ -17,7 +17,7 @@ RUN npm run build-ui \
1717 && cp config.schema.json dist/ \
1818 && npm prune --omit=dev
1919
20- FROM node:24@sha256:5a593d74b632d1c6f816457477b6819760e13624455d587eef0fa418c8d0777b AS production
20+ FROM node:24@sha256:80fc934952c8f1b2b4d39907af7211f8a9fff1a4c2cf673fb49099292c251cec AS production
2121
2222COPY --from=builder /out/package*.json ./
2323COPY --from=builder /out/node_modules/ /app/node_modules/
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ services:
4040 retries : 12
4141 start_period : 10s
4242 mongodb :
43- image : mongo:7@sha256:606f8e029603330411a7dd10b5ffd50eefc297fc80cee89f10a455e496a76ae7
43+ image : mongo:7@sha256:45d9c9b48aa1b56b5e3a9f906763fe432f376abb3bc2832438022b6d2534e4fe
4444 ports :
4545 - ' 27017:27017'
4646 networks :
You can’t perform that action at this time.
0 commit comments