Files
orion-visor/docker/service/entrypoint.sh

4 lines
103 B
Bash
Raw Normal View History

2024-02-25 00:18:08 +08:00
#!/bin/bash
cd /app
2024-02-25 17:44:21 +08:00
nohup java -jar app.jar --spring.profiles.active=prod 2>&1 &
nginx -g 'daemon off;'