tteckster 1 год назад
Родитель
Сommit
72f580664d
1 измененных файлов с 1 добавлено и 0 удалено
  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"