Skip to content

Commit

Permalink
Change entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
ronnygunawan committed Dec 2, 2024
1 parent 4d2233c commit d8c5164
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 @@ -21,4 +21,4 @@ RUN dotnet publish "BotNet.csproj" -c Release -o /app/publish
FROM base AS final
WORKDIR /app
COPY --from=publish /app/publish .
ENTRYPOINT ["dotnet", "BotNet.dll"]
ENTRYPOINT ["./BotNet"]

0 comments on commit d8c5164

Please sign in to comment.