df
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
|
||||
|
||||
# Dockerfile
|
||||
# --- Stufe 1: Bau-Umgebung ("builder") ---
|
||||
FROM node:20-alpine AS builder
|
||||
@@ -13,4 +15,4 @@ WORKDIR /app
|
||||
ENV NODE_ENV=production
|
||||
COPY --from=builder /app/.output .
|
||||
EXPOSE 3001
|
||||
CMD [ "node", "server/index.mjs" ]
|
||||
CMD [ "node", "browser/index.mjs" ]
|
||||
Reference in New Issue
Block a user