Dockerfile maddnesssss

This commit is contained in:
2024-02-28 04:03:53 +01:00
parent b390bb8ea5
commit 2fd780996c
2 changed files with 2 additions and 1 deletions

View File

@ -26,4 +26,4 @@ WORKDIR /publish
COPY --from=build-env /publish .
USER 0
RUN chown 1000:1000 /publish
ENTRYPOINT ["dotnet", "/publish/Tranga.dll", "-f", "-c", "-l /usr/share/tranga-api/logs"]
ENTRYPOINT ["dotnet", "/publish/Tranga.dll", "-f", "-c", "-l", "/usr/share/tranga-api/logs"]