Files
orion-visor/docker/orion-ops-pro/entrypoint.sh
2024-02-28 00:40:01 +08:00

4 lines
103 B
Bash

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