Corrected DockerFile Arguments
This commit is contained in:
parent
0f29da00de
commit
847829e617
@ -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"]
|
||||
|
Loading…
Reference in New Issue
Block a user