bla commited on
Commit
3abc4f0
·
verified ·
1 Parent(s): 2d7b825

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -56,7 +56,7 @@ USER node
56
 
57
  EXPOSE 7860
58
 
59
- HEALTHCHECK --interval=30s --timeout=10s --start-period=60s --retries=3 \
60
- CMD curl -f http://localhost:7860/health || exit 1
61
 
62
  CMD ["/evolution/debug-start.sh"]
 
56
 
57
  EXPOSE 7860
58
 
59
+ ENV CACHE_REDIS_ENABLED=false \
60
+ CACHE_LOCAL_ENABLED=false
61
 
62
  CMD ["/evolution/debug-start.sh"]