mirror of
https://github.com/C9Glax/tranga.git
synced 2025-01-11 19:07:32 +01:00
Wrong entrypoint
This commit is contained in:
parent
e5abaa4549
commit
74aca86b62
@ -12,4 +12,4 @@ FROM glax/tranga-base:latest as runtime
|
|||||||
WORKDIR /publish
|
WORKDIR /publish
|
||||||
COPY --from=build-env /publish .
|
COPY --from=build-env /publish .
|
||||||
EXPOSE 6531
|
EXPOSE 6531
|
||||||
ENTRYPOINT ["dotnet", "/publish/Tranga.exe"]
|
ENTRYPOINT ["dotnet", "/publish/Tranga.dll"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user