Add docker conf

This commit is contained in:
Minzkraut
2022-04-14 01:00:39 +02:00
parent 7d107a8738
commit 70f536d8a4
3 changed files with 37 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"