chore: enable watch mode in Docker Compose with volumes and bun --hot
This commit is contained in:
@@ -3,6 +3,10 @@ services:
|
||||
build: .
|
||||
ports:
|
||||
- "3000:3000"
|
||||
volumes:
|
||||
- .:/app
|
||||
- /app/node_modules
|
||||
command: bun run dev
|
||||
environment:
|
||||
- REDIS_URL=redis://redis:6379
|
||||
- API_KEY=${API_KEY}
|
||||
|
||||
Reference in New Issue
Block a user