refactor: rename app service to banking-app in docker-compose.yml for clarity and consistency
Some checks failed
Deploy with Docker Compose / deploy (push) Failing after 3s

This commit is contained in:
Julien Froidefond
2025-12-10 14:28:28 +01:00
parent f8919b19b3
commit 385f68bbdf
2 changed files with 18 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
services:
app:
banking-app:
build:
context: .
dockerfile: Dockerfile