Sfoglia il codice sorgente

Update homarr-install.sh

tteckster 1 anno fa
parent
commit
72f580664d
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      install/homarr-install.sh

+ 1 - 0
install/homarr-install.sh

@@ -71,6 +71,7 @@ NEXTAUTH_SECRET="1234"
 EOF
 $STD yarn install
 $STD yarn build
+$STD yarn db:migrate
 msg_ok "Installed Homarr"
 
 msg_info "Creating Service"