This repository has been archived on 2023-04-20. You can view files and clone it, but cannot push or open issues or pull requests.
discord-bot/docker-compose.yml

11 lines
149 B
YAML

version: '2'
services:
bot:
build: .
command: node .
volumes:
- .:/app/
- /app/node_modules
ports:
- "5000:5000"