diff --git a/Dockerfile b/Dockerfile index a7bcaf5..21223d9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 ----- \ No newline at end of file