@ -3,6 +3,7 @@ FROM nginx:1.25
# 覆盖原镜像的启动脚本
COPY ./docs/docker-entrypoint.sh /docker-entrypoint.sh
RUN chmod 777 /docker-entrypoint.sh
# 删除默认的配置文件
RUN rm /etc/nginx/conf.d/default.conf