Skip to content

Commit

Permalink
Use tini
Browse files Browse the repository at this point in the history
  • Loading branch information
lifegpc committed Jan 21, 2024
1 parent 34562f6 commit 7a91054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7a91054

Please sign in to comment.