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