🐳 添加 redis 镜像.

This commit is contained in:
lijiahang
2024-05-16 16:01:49 +08:00
parent 89d9cd4c25
commit d13ec07f4c
11 changed files with 1899 additions and 12 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;'