wuxw7 7 anni fa
parent
commit
10b1cf22bd
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      Api/docker/Dockerfile

+ 1 - 1
Api/docker/Dockerfile

@@ -3,7 +3,7 @@ MAINTAINER wuxw <928255095@qq.com>
 
 ADD target/Api.jar /root/target/
 
-ADD bin/start_center.sh /root/
+ADD bin/start_api.sh /root/
 
 
 RUN chmod u+x /root/start_api.sh