Add console-output to Dockerfile
This commit is contained in:
parent
4a5271e2a7
commit
67c23b357f
@ -13,4 +13,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.dll"]
|
ENTRYPOINT ["dotnet", "/publish/Tranga.dll", "-c"]
|
||||||
|
Loading…
Reference in New Issue
Block a user