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 948e26f commit 3c9fb81Copy full SHA for 3c9fb81
docker/sitio.Dockerfile
@@ -33,4 +33,7 @@ ENV TURSO_CONNECTION_URL=file:/db/db.db
33
ENV BODY_SIZE_LIMIT=5242880
34
EXPOSE 3000
35
36
+HEALTHCHECK --interval=30s --timeout=5s --start-period=10s --retries=3 \
37
+ CMD curl -f http://localhost:3000/ || exit 1
38
+
39
CMD ["node", "."]
0 commit comments