Update docker-compose.yml to change landing page build context from ./landing to ./web/landing
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user