Update app.py
Browse files
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')
|