This commit is contained in:
2024-01-21 17:31:50 +08:00
parent 34562f6d18
commit 7a91054b1b

View File

@@ -93,7 +93,7 @@ ENV DENO_DEPLOYMENT_ID=${DENO_DEPLOYMENT_ID}
ENV DOCKER=true
EXPOSE 8000
ENTRYPOINT ["/usr/bin/deno", "task", "server"]
ENTRYPOINT ["/tini", "--", "deno", "task", "server"]
HEALTHCHECK --interval=30s --timeout=30s --start-period=10s --retries=3 \
CMD curl -Lk -fsS http://localhost:8000/api/health_check || exit 1