Added --config and --disable-terminal-size-checks flags to make the demo work properly [skip ci]

This commit is contained in:
2024-10-31 14:53:49 -06:00
parent 29071b11da
commit 61ce0468c6
3 changed files with 48 additions and 13 deletions
+1 -1
View File
@@ -23,4 +23,4 @@ FROM debian:stable-slim
# Copy the compiled binary from the builder container
COPY --from=builder --chown=nonroot:nonroot /usr/src/managarr-temp/managarr /usr/local/bin
ENTRYPOINT [ "/usr/local/bin/managarr" ]
ENTRYPOINT [ "/usr/local/bin/managarr", "--disable-terminal-size-checks" ]