Make call consistent

This commit is contained in:
Michiel Hazelhof 2025-08-12 15:02:21 +02:00
parent 80fcf0cfc6
commit 48c67fc66e
No known key found for this signature in database
GPG Key ID: EECB9B96355B5EBF

View File

@ -11,4 +11,4 @@ FROM mcr.microsoft.com/dotnet/sdk:8.0
WORKDIR /app
COPY --from=build /app .
ENTRYPOINT [ "/app/bitBetter" ]
ENTRYPOINT ["dotnet", "/app/bitBetter.dll"]