Corrected DockerFile Arguments

This commit is contained in:
Glax 2024-02-28 03:56:24 +01:00
parent 0f29da00de
commit 847829e617

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"]
ENTRYPOINT ["dotnet", "/publish/Tranga.dll", "-f", "-c"]