Update docker-compose.yml to change landing page build context from ./landing to ./web/landing

This commit is contained in:
Omar Sánchez Pizarro
2026-01-20 23:58:24 +01:00
parent 447ff6a4d6
commit c1716b2193

View File

@@ -74,7 +74,7 @@ services:
# Landing page (Astro) # Landing page (Astro)
landing: landing:
build: build:
context: ./landing context: ./web/landing
dockerfile: Dockerfile dockerfile: Dockerfile
container_name: wallabicher-landing container_name: wallabicher-landing
networks: networks: