soiz commited on
Commit
bba5be7
·
verified ·
1 Parent(s): a299c89

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -26,6 +26,7 @@ def clone_and_setup_repo():
26
  os.system("nano .env")
27
  os.system("npm run build")
28
  os.system("npm start")
 
29
 
30
  # index.htmlをカレントディレクトリに移動
31
  index_html_path = os.path.join(temp_dir, 'index.html')
 
26
  os.system("nano .env")
27
  os.system("npm run build")
28
  os.system("npm start")
29
+ os.system("npm restart")
30
 
31
  # index.htmlをカレントディレクトリに移動
32
  index_html_path = os.path.join(temp_dir, 'index.html')