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 01eebcd commit e131ce3Copy full SHA for e131ce3
Dockerfile
@@ -34,5 +34,8 @@ ENV PORT=3000
34
ENV HOST=0.0.0.0
35
ENV NODE_ENV=production
36
37
+HEALTHCHECK --interval=30s --timeout=3s --start-period=15s --retries=3 \
38
+ CMD curl -f http://localhost:3000/api/v1/health || exit 1
39
+
40
# Start the application
41
CMD ["node", ".output/server/index.mjs"]
0 commit comments