diff --git a/Dockerfile b/Dockerfile index d99f074..74f7601 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,6 @@ -# Dockerfile + + + # Dockerfile # --- Stufe 1: Bau-Umgebung ("builder") --- FROM node:20-alpine AS builder WORKDIR /app @@ -13,4 +15,4 @@ WORKDIR /app ENV NODE_ENV=production COPY --from=builder /app/.output . EXPOSE 3001 -CMD [ "node", "server/index.mjs" ] \ No newline at end of file +CMD [ "node", "browser/index.mjs" ] \ No newline at end of file