Skip to content

Commit

Permalink
Fix Docker entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
jbi89 committed May 11, 2023
1 parent 039edf3 commit ac75230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ RUN dotnet publish -c Release -o /app
FROM mcr.microsoft.com/dotnet/aspnet:7.0
WORKDIR /app
COPY --from=build /app .
ENTRYPOINT [dotnet”, dotnet-app.dll]
ENTRYPOINT ["dotnet", "dotnet-app.dll"]

0 comments on commit ac75230

Please sign in to comment.