Files
orion-visor/docker/orion-visor-service/entrypoint.sh
2024-05-16 16:01:49 +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;'