brendon-ai commited on
Commit
a68b23d
·
verified ·
1 Parent(s): b760c5e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -56,6 +56,7 @@ RUN dos2unix startup.sh && chmod +x startup.sh
56
  # Expose ports
57
  EXPOSE 7860 11434
58
 
 
59
  # Health check
60
  HEALTHCHECK --interval=30s --timeout=30s --start-period=60s --retries=3 \
61
  CMD curl -f http://localhost:7860/health || exit 1
 
56
  # Expose ports
57
  EXPOSE 7860 11434
58
 
59
+
60
  # Health check
61
  HEALTHCHECK --interval=30s --timeout=30s --start-period=60s --retries=3 \
62
  CMD curl -f http://localhost:7860/health || exit 1