df
This commit is contained in:
@@ -8,7 +8,7 @@ COPY package.json package-lock.json ./
|
||||
RUN npm install
|
||||
COPY . .
|
||||
RUN npm run build
|
||||
|
||||
RUN ls -la
|
||||
# --- Stufe 2: Produktions-Umgebung ("runner") ---
|
||||
FROM node:20-alpine AS runner
|
||||
WORKDIR /app
|
||||
|
||||
Reference in New Issue
Block a user