lydgs commited on
Commit
8024333
·
verified ·
1 Parent(s): 4a40ec0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -37,7 +37,7 @@ USER hindsight
37
 
38
  EXPOSE 7860
39
 
40
- HEALTHCHECK --interval=30s --timeout=10s --retries=5 --start-period=60s \
41
  CMD curl -f http://localhost:7860/health || exit 1
42
 
43
  # Wrap original CMD with backup/restore entrypoint
 
37
 
38
  EXPOSE 7860
39
 
40
+ HEALTHCHECK --interval=30s --timeout=10s --retries=5 --start-period=300s \
41
  CMD curl -f http://localhost:7860/health || exit 1
42
 
43
  # Wrap original CMD with backup/restore entrypoint