Add healthcheck
This commit is contained in:
@@ -42,3 +42,6 @@ VOLUME [ "/data" ]
|
||||
|
||||
ENTRYPOINT [ "/entrypoint.sh" ]
|
||||
CMD [ "/usr/local/bin/license-server", "run" ]
|
||||
|
||||
HEALTHCHECK --interval=10s --timeout=5s \
|
||||
CMD license-server status
|
||||
|
||||
Reference in New Issue
Block a user