Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
ZOXEXIVO committed Feb 19, 2023
1 parent 8201951 commit 693bead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Web.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ FROM mcr.microsoft.com/dotnet/runtime-deps:7.0 AS runtime
WORKDIR /app

COPY --from=build-backend /app/out .
COPY --build-frontend=frontend /app/dist wwwroot
COPY --from=build-frontend=frontend /app/dist wwwroot

ENTRYPOINT ["./Geen.Web"]

0 comments on commit 693bead

Please sign in to comment.