diff --git a/Dockerfile b/Dockerfile index 8079240..6bfbeee 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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