fix: prevent prod/dev container conflict in docs-site Makefile
Stop the prod container before starting dev to avoid both registering the same domain with caddy-docker-proxy.
This commit is contained in:
parent
643576111c
commit
3877ac68e2
@ -2,7 +2,8 @@ prod:
|
||||
docker compose up -d --build
|
||||
|
||||
dev:
|
||||
docker compose --profile dev up --build
|
||||
docker compose stop docs 2>/dev/null || true
|
||||
docker compose --profile dev up --build docs-dev
|
||||
|
||||
down:
|
||||
docker compose down
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user