add ssr
Build and Deploy / build-and-deploy (push) Successful in 8m0s

This commit is contained in:
2026-05-18 10:45:42 +02:00
parent fb5aa07373
commit baaef6e528
+1 -1
View File
@@ -7,7 +7,7 @@ COPY . .
RUN npm run build
# Server: Node.js running the Astro SSR server
FROM node:22-alpine
FROM node:22-alpine AS frontend
WORKDIR /app
COPY --from=builder /app/node_modules ./node_modules
COPY --from=builder /app/dist ./dist