6 lines
102 B
Bash
Executable File
6 lines
102 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
./gradlew clean build -x test
|
|
docker-compose up --build -d
|
|
docker logs -f api_app
|