新的前端角色由这个项目代替: https://github.com/DragonOS-Community/mirror-proxy Signed-off-by: longjin <longjin@DragonOS.org>
@@ -6,7 +6,7 @@ WORKDIR /app
VOLUME /app/pub
# 将本地的脚本复制到工作目录
-COPY ./src /app
+# COPY ./src /app
COPY ./nginx.conf /etc/nginx/conf.d/
@@ -39,8 +39,8 @@ server
autoindex_exact_size off;
autoindex_localtime on;
- add_before_body /.autoindex/header.html;
- add_after_body /.autoindex/footer.html;
+ # add_before_body /.autoindex/header.html;
+ # add_after_body /.autoindex/footer.html;
charset utf-8;
}