8 lines
79 B
Bash
8 lines
79 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
cd /app
|
||
|
./gradlew bootRun &
|
||
|
|
||
|
nginx -c /nginx.conf -g "daemon off;"
|
||
|
|