diff --git a/Dockerfile b/Dockerfile index 90a0129..2fce0ab 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,4 +9,5 @@ RUN npm run build # ----- Stage 2: Erstellen eines minimalen Images ----- FROM scratch COPY --from=build /app/dist/frontend/ # -EXPOSE 80 \ No newline at end of file +EXPOSE 80 +# ----- Stage 2: Serven der Anwendung mit Nginx ----- \ No newline at end of file