Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +0 -3
Dockerfile
CHANGED
@@ -32,9 +32,6 @@ RUN cd ./web && npm install --force && npm run build
|
|
32 |
ENV PYTHONPATH=/ragflow/
|
33 |
ENV HF_ENDPOINT=https://hf-mirror.com
|
34 |
|
35 |
-
# 复制nginx配置文件
|
36 |
-
COPY ./nginx/nginx.conf /etc/nginx/nginx.conf
|
37 |
-
COPY ./nginx/proxy.conf /etc/nginx/proxy.conf
|
38 |
|
39 |
# 复制Supervisord配置文件
|
40 |
COPY ./supervisord.conf /etc/supervisor/conf.d/supervisord.conf
|
|
|
32 |
ENV PYTHONPATH=/ragflow/
|
33 |
ENV HF_ENDPOINT=https://hf-mirror.com
|
34 |
|
|
|
|
|
|
|
35 |
|
36 |
# 复制Supervisord配置文件
|
37 |
COPY ./supervisord.conf /etc/supervisor/conf.d/supervisord.conf
|