applications-tracker/entrypoint.sh

8 lines
79 B
Bash
Raw Normal View History

#!/bin/sh
cd /app
./gradlew bootRun &
nginx -c /nginx.conf -g "daemon off;"