refactor: some minor cleanup
This commit is contained in:
parent
6dd26ad3d8
commit
0a71012709
15 changed files with 188 additions and 91 deletions
|
|
@ -28,6 +28,9 @@ VOLUME ["/data"]
|
|||
|
||||
EXPOSE 80
|
||||
|
||||
HEALTHCHECK --start-period=5s --start-interval=1s CMD \
|
||||
test "$(curl -fsS "http://127.0.0.1:$PORT/health")" = "ok"
|
||||
|
||||
STOPSIGNAL SIGINT
|
||||
|
||||
CMD ["/entrypoint.sh"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue