mirror of
https://github.com/lifegpc/eh-downloader.git
synced 2026-06-06 05:38:44 +08:00
Bug fix
This commit is contained in:
@@ -93,7 +93,7 @@ ENV DENO_DEPLOYMENT_ID=${DENO_DEPLOYMENT_ID}
|
||||
ENV DOCKER=true
|
||||
|
||||
EXPOSE 8000
|
||||
ENTRYPOINT [deno task server]
|
||||
ENTRYPOINT ["/usr/bin/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
|
||||
|
||||
Reference in New Issue
Block a user