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