To run the application, use the following command:
./gradlew build && docker-compose up -dThis project uses Gradle as its build tool.
To build the project, use the following command:
./gradlew buildTo clean the build directory, use the following command:
./gradlew cleanThis 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 buildand then run the application using:
docker-compose up -dand then stop the application using:
docker-compose down