To run the application, use the following command:
./gradlew build && docker-compose up -d
This project uses Gradle as its build tool.
To build the project, use the following command:
./gradlew build
To clean the build directory, use the following command:
./gradlew clean
This project contains a Docker Compose file named docker-compose.yaml
.
If you update the project and need to rebuild the Docker image, use the following command:
docker-compose build
and then run the application using:
docker-compose up -d
and then stop the application using:
docker-compose down