Fix: Dir Name

This commit is contained in:
2025-07-04 12:29:47 -03:00
parent 32c99515dd
commit c63f53b69a

View File

@@ -16,7 +16,7 @@ services:
# Servicio del Worker
mercados-worker:
build:
context: ./MercadosModernos
context: ./Mercados-Web
dockerfile: src/Mercados.Worker/Dockerfile
container_name: mercados-worker
restart: always
@@ -29,7 +29,7 @@ services:
# Servicio del Frontend (servido por Nginx)
mercados-frontend:
build:
context: ./MercadosModernos/frontend
context: ./Mercados-Web/frontend
dockerfile: Dockerfile
container_name: mercados-frontend
restart: always