Skip to content

Commit 55534bf

Browse files
committed
chore/dx: make docker preview server stop immediately
setting this signal stops the development container immediately rather than waiting for a 10s timeout
1 parent 8761ca5 commit 55534bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compose.yml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ services:
44
context: .
55
pull_policy: never
66
command: mkdocs serve -a 0.0.0.0:8000 -f mkdocs.yml
7+
stop_signal: SIGINT
78
volumes:
89
- ./.git:/opt/venv/src/.git:z
910
- ./mkdocs.yml:/opt/venv/src/mkdocs.yml:z

0 commit comments

Comments
 (0)