Skip to content

Commit 892d448

Browse files
committed
fix: auto reload for local development
1 parent 79c5dc1 commit 892d448

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: docker-compose.yml

+1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ services:
77
ports:
88
- "8000:80"
99
volumes:
10+
- ".:/app:rw"
1011
- "./data:/data:rw"

0 commit comments

Comments
 (0)