request-bot/docker-compose.yml

8 lines
136 B
YAML
Raw Normal View History

2025-01-07 17:52:35 -05:00
services:
request-bot:
build: .
ports:
- "3000:3000"
volumes:
- .:/app
command: ["bun", "run", "index.js"]