Fireshare: rebuild frontend on update to fix 500 after update

This commit is contained in:
MickLesk
2026-05-30 21:53:06 +02:00
parent 9c06910526
commit 25a739e761
+3
View File
@@ -53,6 +53,9 @@ function update_script() {
export VIDEO_DIRECTORY=/opt/fireshare-videos
export PROCESSED_DIRECTORY=/opt/fireshare-processed
$STD uv run flask db upgrade
cd /opt/fireshare/app/client
$STD npm install
$STD npm run build
msg_ok "Updated Fireshare"
msg_info "Starting Service"