We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dbc8f7 commit e4de56dCopy full SHA for e4de56d
Dockerfile
@@ -15,3 +15,5 @@ COPY package.json ./
15
ENV PG_META_PORT=8080
16
CMD ["npm", "run", "start"]
17
EXPOSE 8080
18
+# --start-period defaults to 0s, but can't be set to 0s (to be explicit) by now
19
+HEALTHCHECK --interval=5s --timeout=5s --retries=3 CMD curl -f http://localhost:8080/health || exit 1
0 commit comments