Skip to content

Commit

Permalink
changes to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
aaart committed Oct 7, 2024
1 parent d515104 commit f00214e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,6 @@ FROM mcr.microsoft.com/dotnet/runtime:6.0 AS runtime
WORKDIR /app
COPY --from=build /src/bin .

ENTRYPOINT ["dotnet", "Sod.Worker.dll"]
WORKDIR /workspace

ENTRYPOINT ["dotnet", "/app/Sod.Worker.dll"]

0 comments on commit f00214e

Please sign in to comment.