wynai commited on
Commit
8f80357
·
verified ·
1 Parent(s): fb983d1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -11,4 +11,4 @@ COPY --chown=user ./requirements.txt requirements.txt
11
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
12
 
13
  COPY --chown=user . /app
14
- CMD ["sh", "-c", "open-webui serve --host 0.0.0.0 --port 7860 > /dev/null 2>&1"]
 
11
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
12
 
13
  COPY --chown=user . /app
14
+ CMD ["open-webui", "serve", "--host", "0.0.0.0", "--port", "7860"]