Update 90-run.sh

This commit is contained in:
Alexandre
2023-05-04 13:14:53 +02:00
committed by GitHub
parent 61da36e2f2
commit 62f662f3c5

View File

@@ -8,7 +8,8 @@ mkdir -p "$CONFIG_LOCATION"
if [ -d /data/config ]; then rm -r /data/config; fi
cp -rnT /app/config "$CONFIG_LOCATION"
rm -r /app/config
cp -rT /app /data
cp -rn /app/* /data
cp -rn /app/.next /data
rm -r /app
ln -s "$CONFIG_LOCATION" /data/config