df
This commit is contained in:
@@ -6,8 +6,7 @@ RUN npm install --legacy-peer-deps
|
||||
COPY . .
|
||||
RUN npm run build
|
||||
|
||||
# ----- Stage 2: Erstellen eines minimalen Images -----
|
||||
FROM scratch
|
||||
COPY --from=build /app/dist/frontend/ #
|
||||
|
||||
|
||||
EXPOSE 80
|
||||
# ----- Stage 2: Serven der Anwendung mit Nginx -----
|
||||
Reference in New Issue
Block a user