mirror of
https://github.com/jakeswenson/BitBetter.git
synced 2025-09-15 06:13:26 +00:00
Make call consistent
This commit is contained in:
parent
80fcf0cfc6
commit
48c67fc66e
|
@ -11,4 +11,4 @@ FROM mcr.microsoft.com/dotnet/sdk:8.0
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY --from=build /app .
|
COPY --from=build /app .
|
||||||
|
|
||||||
ENTRYPOINT [ "/app/bitBetter" ]
|
ENTRYPOINT ["dotnet", "/app/bitBetter.dll"]
|
Loading…
Reference in New Issue
Block a user