Compare commits

..

No commits in common. "2fd780996c70247b1087088a9f575e585aeb7a68" and "0f29da00def5303b44b76a20d2e8d4532f614335" have entirely different histories.

2 changed files with 1 additions and 2 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"]

View File

@ -7,7 +7,6 @@ public partial class Tranga : GlobalBase
public static void Main(string[] args)
{
Console.WriteLine(string.Join(' ', args));
string[]? help = GetArg(args, ArgEnum.Help);
if (help is not null)
{