Add console-output to Dockerfile

This commit is contained in:
glax 2023-09-14 14:55:45 +02:00
parent 4a5271e2a7
commit 67c23b357f

View File

@ -13,4 +13,4 @@ FROM glax/tranga-base:latest as runtime
WORKDIR /publish
COPY --from=build-env /publish .
EXPOSE 6531
ENTRYPOINT ["dotnet", "/publish/Tranga.dll"]
ENTRYPOINT ["dotnet", "/publish/Tranga.dll", "-c"]