🔖 升级版本.

This commit is contained in:
lijiahang
2024-06-19 11:07:03 +08:00
parent 830622aafb
commit 7747b4e52e
18 changed files with 15 additions and 14 deletions

View File

@@ -0,0 +1,4 @@
#!/bin/bash
cd /app
nohup java -jar app.jar --spring.profiles.active=prod 2>&1 &
nginx -g 'daemon off;'