Fix: Label para Relacion Paquete Repositorio
All checks were successful
CI/CD Pipeline / backend-build (push) Successful in 2m20s
CI/CD Pipeline / frontend-build (push) Successful in 52s
CI/CD Pipeline / docker-build (push) Successful in 1m29s

This commit is contained in:
2026-04-04 18:55:17 -03:00
parent 6a4b16bb8b
commit 6de2518a72

View File

@@ -23,6 +23,8 @@ services:
build:
context: .
dockerfile: Backend/Dockerfile
labels:
- "org.opencontainers.image.source=https://repo.eldiaservicios.com/dmolinari/PruebaGentle"
ports:
- "5000:8080"
environment:
@@ -40,6 +42,8 @@ services:
build:
context: ./Frontend
dockerfile: Dockerfile
labels:
- "org.opencontainers.image.source=https://repo.eldiaservicios.com/dmolinari/PruebaGentle"
ports:
- "8181:80"
depends_on: