mirror of
https://github.com/anyproto/any-sync-dockercompose.git
synced 2025-06-08 05:47:03 +09:00
Update Dockerfile-generateconfig-processing
This commit is contained in:
parent
e17c90f0c6
commit
f9a50cd505
1 changed files with 1 additions and 1 deletions
|
@ -8,4 +8,4 @@ HEALTHCHECK \
|
||||||
--interval=5s \
|
--interval=5s \
|
||||||
--timeout=3s \
|
--timeout=3s \
|
||||||
CMD echo 'HEALTHCHECK' | nc 127.0.0.1 8000 | grep -q HEALTHCHECK
|
CMD echo 'HEALTHCHECK' | nc 127.0.0.1 8000 | grep -q HEALTHCHECK
|
||||||
ENTRYPOINT ["/code/docker-generateconfig/processing.sh"]
|
ENTRYPOINT ["bash", "/code/docker-generateconfig/processing.sh"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue