df
This commit is contained in:
@@ -4,7 +4,7 @@ WORKDIR /app
|
|||||||
COPY package*.json ./
|
COPY package*.json ./
|
||||||
RUN npm install --legacy-peer-deps # <-- Diese Zeile umgeht den Abhängigkeitskonflikt.
|
RUN npm install --legacy-peer-deps # <-- Diese Zeile umgeht den Abhängigkeitskonflikt.
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN npm run build --configuration production
|
RUN npm run build
|
||||||
|
|
||||||
# ----- Stage 2: Erstellen eines minimalen Images -----
|
# ----- Stage 2: Erstellen eines minimalen Images -----
|
||||||
FROM scratch
|
FROM scratch
|
||||||
|
|||||||
Reference in New Issue
Block a user