mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-02-15 18:20:20 +00:00
imaginary - add -return-size option by default
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
c5201731c3
commit
b6f8d3e8e9
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