Compare commits
No commits in common. "2fd780996c70247b1087088a9f575e585aeb7a68" and "0f29da00def5303b44b76a20d2e8d4532f614335" have entirely different histories.
2fd780996c
...
0f29da00de
@ -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", "-l", "/usr/share/tranga-api/logs"]
|
ENTRYPOINT ["dotnet", "/publish/Tranga.dll", "-f -c"]
|
||||||
|
@ -7,7 +7,6 @@ public partial class Tranga : GlobalBase
|
|||||||
|
|
||||||
public static void Main(string[] args)
|
public static void Main(string[] args)
|
||||||
{
|
{
|
||||||
Console.WriteLine(string.Join(' ', args));
|
|
||||||
string[]? help = GetArg(args, ArgEnum.Help);
|
string[]? help = GetArg(args, ArgEnum.Help);
|
||||||
if (help is not null)
|
if (help is not null)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user