mirror of
https://github.com/jakeswenson/BitBetter.git
synced 2025-12-20 13:16:18 +00:00
Make call consistent
This commit is contained in:
@@ -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"]
|
||||
Reference in New Issue
Block a user