summaryrefslogtreecommitdiff
path: root/start.sh
diff options
context:
space:
mode:
author韩丁康 <[email protected]>2023-11-13 14:25:13 +0800
committer韩丁康 <[email protected]>2023-11-13 14:25:13 +0800
commit11ce8dc32cbc17dda0ae89d4300fd5a5e82e8a26 (patch)
tree6e81fb06e54e4400ccdf24c85cac9bbc23aa576a /start.sh
parentdef4c04e62b9396ee47ab5baafab33c79a99b5ac (diff)
添加启动脚本
Diffstat (limited to 'start.sh')
-rw-r--r--start.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/start.sh b/start.sh
new file mode 100644
index 0000000..7360df9
--- /dev/null
+++ b/start.sh
@@ -0,0 +1,2 @@
+pip install -r requirements.txt
+nohup python3 ./app.py > nohup.log 2>&1 & \ No newline at end of file