Add Docker Compose file
This commit is contained in:
parent
322a88e0ad
commit
f075e2454c
6
docker-compose.yaml
Normal file
6
docker-compose.yaml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
version: "3.9"
|
||||||
|
services:
|
||||||
|
bot:
|
||||||
|
build: .
|
||||||
|
environment:
|
||||||
|
- BEEPBOOP_DISCORD_TOKEN
|
Loading…
Reference in New Issue
Block a user