fix path for sub config

This commit is contained in:
Stille 2023-02-14 15:56:08 +08:00
parent b09a9e5d3a
commit f2a3219d0c
1 changed files with 1 additions and 1 deletions

View File

@ -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