+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user