5 lines
74 B
Bash
5 lines
74 B
Bash
#!/bin/bash
|
|
nginx
|
|
cd /app
|
|
java -jar app.jar --spring.profiles.active=prod
|