mirror of
https://github.com/wkulhanek/bonob.git
synced 2025-12-21 17:33:29 +01:00
Add HEALTHCHECK to Dockerfile (#67)
This commit is contained in:
@@ -51,4 +51,6 @@ RUN apk add --no-cache --update vips
|
||||
USER nobody
|
||||
WORKDIR /bonob/src
|
||||
|
||||
HEALTHCHECK CMD wget -O- http://localhost:${BNB_PORT}/about || exit 1
|
||||
|
||||
CMD ["node", "app.js"]
|
||||
Reference in New Issue
Block a user