KarlQuant commited on
Commit
807c3cd
Β·
verified Β·
1 Parent(s): d882a9a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -3
Dockerfile CHANGED
@@ -13,8 +13,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
13
  && rm -rf /var/lib/apt/lists/*
14
 
15
  # ── Remove ALL default supervisor configs shipped by apt ──────────────────────
16
- # The default /etc/supervisor/supervisord.conf includes inet_http_server on
17
- # port 9001, which collides on restart. We replace it entirely with our own.
18
  RUN rm -f /etc/supervisor/supervisord.conf \
19
  /etc/supervisor/conf.d/*.conf
20
 
@@ -45,4 +43,4 @@ EXPOSE 7860
45
  USER root
46
 
47
  # Entrypoint cleans up stale state, then execs supervisord
48
- CMD ["/entrypoint.sh"]
 
13
  && rm -rf /var/lib/apt/lists/*
14
 
15
  # ── Remove ALL default supervisor configs shipped by apt ──────────────────────
 
 
16
  RUN rm -f /etc/supervisor/supervisord.conf \
17
  /etc/supervisor/conf.d/*.conf
18
 
 
43
  USER root
44
 
45
  # Entrypoint cleans up stale state, then execs supervisord
46
+ CMD ["/entrypoint.sh"]