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:
parent
f7ae6300cb
commit
d04f678d84
1 changed files with 4 additions and 4 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue