mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 06:26:57 +00:00
Merge pull request #1394 from nextcloud/enh/noid/imaginary-add-return-size-option
imaginary - add `-return-size` option by default
This commit is contained in:
commit
bd0bb708b8
1 changed files with 2 additions and 0 deletions
|
|
@ -13,4 +13,6 @@ RUN set -ex; \
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
USER nobody
|
USER nobody
|
||||||
|
|
||||||
|
ENTRYPOINT ["/usr/local/bin/imaginary", "-return-size"]
|
||||||
|
|
||||||
HEALTHCHECK CMD nc -z localhost 9000 || exit 1
|
HEALTHCHECK CMD nc -z localhost 9000 || exit 1
|
||||||
Loading…
Add table
Add a link
Reference in a new issue