df
This commit is contained in:
@@ -9,3 +9,4 @@ RUN npm run build
|
|||||||
# ----- Stage 2: Erstellen eines minimalen Images -----
|
# ----- Stage 2: Erstellen eines minimalen Images -----
|
||||||
FROM scratch
|
FROM scratch
|
||||||
COPY --from=build /app/dist/frontend/ #
|
COPY --from=build /app/dist/frontend/ #
|
||||||
|
EXPOSE 80
|
||||||
Reference in New Issue
Block a user