mirror of
https://gitlab.com/qwerinope/qweribot.git
synced 2026-02-04 13:56:57 +01:00
major refactor, docker support. Check if there's a better way to do commands/index.ts
This commit is contained in:
10
compose.yml
10
compose.yml
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user