浏览代码

fix path for sub config

Stille 2 年之前
父节点
当前提交
f2a3219d0c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      sub/start.sh

+ 1 - 1
sub/start.sh

@@ -1,6 +1,6 @@
 #/bin/sh
 if [ ! -f /usr/share/nginx/html/conf/config.js ]; then
-  cp /app/config.js /usr/share/nginx/html/conf
+  cp /app/conf/config.js /usr/share/nginx/html/conf
 fi
 
 if [ $API_URL ]; then