Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ZOXEXIVO committed Jul 13, 2022
1 parent d58f47f commit 04c7d08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Jobs.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ RUN dotnet publish -c Release -o /app/out -r linux-musl-x64 --self-contained tru
FROM mcr.microsoft.com/dotnet/runtime-deps:6.0.5-alpine3.14-amd64 AS runtime
WORKDIR /app
COPY --from=build /app/out .
ENTRYPOINT ["./Geen.Web"]
ENTRYPOINT ["./Geen.Jobs"]

0 comments on commit 04c7d08

Please sign in to comment.