Browse Source

[CI SKIP]

robert 2 years ago
parent
commit
1b6fff12db
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -8,7 +8,7 @@ ENV TZ=Asia/Shanghai
 COPY entrypoint.sh /usr/bin/entrypoint.sh
 COPY entrypoint.sh /usr/bin/entrypoint.sh
 COPY supervisord.service /root/supervisord.service
 COPY supervisord.service /root/supervisord.service
 COPY install_supervisor.sh /root/install_supervisor.sh
 COPY install_supervisor.sh /root/install_supervisor.sh
-COPY epel.repo /etc/yum.repos.d/centos.repo
+COPY centos-base.repo /etc/yum.repos.d/centos-base.repo
 
 
 # install supervisor & nginx
 # install supervisor & nginx