chore: rename docker service from app to iag-dev-evaluator
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 3m49s

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-16 08:11:06 +01:00
parent 7662922a8b
commit d4bfcb93c7
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
# Dev avec hot reload (source montée)
services:
app:
iag-dev-evaluator:
build:
context: .
dockerfile: Dockerfile.dev

View File

@@ -1,5 +1,5 @@
services:
app:
iag-dev-evaluator:
build: .
ports:
- "3044:3000"