fix: uses correct command

This commit is contained in:
Brock H Caldwell
2025-11-04 13:50:27 -06:00
parent 22b2b46da5
commit 56129de3f9

View File

@@ -18,4 +18,4 @@ ENV APP_VERSION=${APP_VERSION}
COPY --chown=1000:1000 ./ /app
# To retain backwards compatibility, default to async & download transports
CMD [ "--async", "--download" ]
CMD [ "--monitor" ]