Update docker-compose.yml

This commit is contained in:
juanjo
2026-04-11 13:26:17 +02:00
parent 69a35ecf58
commit fd0069113f

View File

@@ -7,6 +7,8 @@ networks:
services:
web:
build: .
build:
context: .. # IMPORTANTE: Los dos puntos suben a la raíz para ver core y apps
dockerfile: deployments/Dockerfile
container_name: django_app_dev
restart
restart: always