duds1977 commited on
Commit
5c8f980
·
verified ·
1 Parent(s): 7990a98

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -15,6 +15,7 @@ RUN pip install --no-cache-dir -r requirements.txt
15
  RUN pip install --no-cache-dir open-webui
16
 
17
  COPY . /app
 
18
 
19
  RUN chmod +x /app/start.sh
20
 
 
15
  RUN pip install --no-cache-dir open-webui
16
 
17
  COPY . /app
18
+ COPY nginx.conf /etc/nginx/nginx.conf
19
 
20
  RUN chmod +x /app/start.sh
21