LogFilePath
This commit is contained in:
parent
847829e617
commit
b390bb8ea5
@ -26,4 +26,4 @@ WORKDIR /publish
|
|||||||
COPY --from=build-env /publish .
|
COPY --from=build-env /publish .
|
||||||
USER 0
|
USER 0
|
||||||
RUN chown 1000:1000 /publish
|
RUN chown 1000:1000 /publish
|
||||||
ENTRYPOINT ["dotnet", "/publish/Tranga.dll", "-f", "-c"]
|
ENTRYPOINT ["dotnet", "/publish/Tranga.dll", "-f", "-c", "-l /usr/share/tranga-api/logs"]
|
||||||
|
Loading…
Reference in New Issue
Block a user