Core bot components

This commit is contained in:
2022-04-17 14:04:51 +02:00
parent 9578140125
commit 6eccae8721
11 changed files with 3076 additions and 0 deletions

5
docker-compose-dev.yml Normal file
View File

@@ -0,0 +1,5 @@
version: "3.7"
services:
bot:
command: sh -c "npm install && npm run dev"