1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/umami_ynh.git synced 2024-10-01 13:34:50 +02:00

Properly move static

This commit is contained in:
orhtej2 2023-09-22 13:33:01 +02:00
parent f7ae6300cb
commit d04f678d84

View file

@ -69,10 +69,10 @@ pushd "$install_dir/build"
# List of deps based on Dockerfile: https://github.com/umami-software/umami/blob/master/Dockerfile
ynh_secure_remove --file="node_modules/"
mv next.config.js .next/standalone/
mv public/ .next/standalone/
mv prisma/ .next/standalone/
mv scripts/ .next/standalone/
mv .next/static .next/standalone/
mv public .next/standalone/
mv prisma .next/standalone/
mv scripts .next/standalone/
mv .next/static .next/standalone/.next
popd
mkdir "$install_dir/release"