modificado para crear tasks que recompilen todo

This commit is contained in:
Jaime Jiménez
2025-06-13 12:59:34 +02:00
parent b7ef46b8cb
commit 06889201e5
12 changed files with 118 additions and 6 deletions

View File

@ -18,11 +18,14 @@ services:
context: .
dockerfile: Dockerfile.dev
container_name: springboot-dev
command: ./mvnw spring-boot:run
#command: ./mvnw spring-boot:run
command: tail -f /dev/null
volumes:
- ./:/app
- ./m2:/root/.m2
ports:
- "8080:8080"
- "5005:5005"
depends_on:
- mysql
environment: