File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Build static files
22# Node Bookworm has npm
3- FROM node:24.16 .0-bookworm-slim AS build
3+ FROM node:24.18 .0-bookworm-slim AS build
44ENV NODE_ENV=production
55
66# Copy and build
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ services:
2727 retries : 5
2828 start_period : 10s
2929 timeout : 5s
30- image : node:24.16 .0-bookworm-slim
30+ image : node:24.18 .0-bookworm-slim
3131 ports : ["5000:5000"]
3232 restart : always
3333 volumes : ["./backend:/app", "/app/node_modules"]
@@ -44,7 +44,7 @@ services:
4444 VITE_USER_POOLS_ID : ${VITE_USER_POOLS_ID:-ca-central-1_UpeAqsYt4}
4545 VITE_USER_POOLS_WEB_CLIENT_ID : ${VITE_USER_POOLS_WEB_CLIENT_ID:-7k8j9l0m1n2o3p4q5r6s7t8u9v0w1x2y3z}
4646 VITE_ZONE : ${VITE_ZONE:-DEV}
47- image : node:24.16 .0-bookworm-slim
47+ image : node:24.18 .0-bookworm-slim
4848 ports : ["3000:3000"]
4949 volumes : ["./frontend:/app", "/app/node_modules"]
5050 working_dir : " /app"
Original file line number Diff line number Diff line change 11# Build static files
2- FROM node:24.16 .0-bookworm-slim AS build
2+ FROM node:24.18 .0-bookworm-slim AS build
33
44WORKDIR /app
55COPY . .
You can’t perform that action at this time.
0 commit comments