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:
build:
context: ./landing
context: ./web/landing
dockerfile: Dockerfile
container_name: wallabicher-landing
networks: