Remove copying of app-images in install script

This commit is contained in:
Tobias 2025-11-05 09:01:26 +01:00 committed by GitHub
parent 732eb55a51
commit b530b00ace
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -118,7 +118,6 @@ sed -i 's/"node-sass".*$/"sass": "^1.92.1",/g' package.json
$STD yarn install --network-timeout 600000 $STD yarn install --network-timeout 600000
$STD yarn build $STD yarn build
cp -r /opt/nginxproxymanager/frontend/dist/* /app/frontend cp -r /opt/nginxproxymanager/frontend/dist/* /app/frontend
cp -r /opt/nginxproxymanager/frontend/app-images/* /app/frontend/images
msg_ok "Built Frontend" msg_ok "Built Frontend"
msg_info "Initializing Backend" msg_info "Initializing Backend"