Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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 |
|