change build

This commit is contained in:
vladp
2025-12-04 13:32:23 +07:00
parent 16120cab3f
commit df080f6a1a
+4
View File
@@ -5,6 +5,10 @@ RUN npm install
FROM node:22.20.0 AS builder
WORKDIR /no-copy-frontend
ARG SESSION_SECRET
ENV SESSION_SECRET=${SESSION_SECRET}
COPY . .
COPY --from=dependencies /no-copy-frontend/node_modules ./node_modules
RUN npm run build