major refactor, docker support. Check if there's a better way to do commands/index.ts

This commit is contained in:
2025-03-29 16:58:07 +01:00
parent a3b3f353f0
commit 447ed8dff0
9 changed files with 98 additions and 52 deletions

View File

@@ -9,3 +9,13 @@ services:
volumes:
- ./pb:/pb/pb_data
restart: no
bot:
container_name: bot
build:
context: .
dockerfile: Dockerfile
restart: no
develop:
watch:
- action: rebuild
path: ./src