🔖 升级版本.
This commit is contained in:
4
docker/service/entrypoint.sh
Normal file
4
docker/service/entrypoint.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
cd /app
|
||||
nohup java -jar app.jar --spring.profiles.active=prod 2>&1 &
|
||||
nginx -g 'daemon off;'
|
||||
Reference in New Issue
Block a user