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