Hot reload on bot

This commit is contained in:
Errormacr
2023-11-30 19:08:16 +03:00
parent 45ca12f70b
commit 5f0cd8459f

View File

@@ -27,8 +27,10 @@ services:
develop:
watch:
- action: sync
path: ./src
target: ./src/src
path: ./backend/src
target: ./app/src
ignore:
- node_modules/
- action: rebuild
path: package.json
- action: rebuild
@@ -62,8 +64,8 @@ services:
develop:
watch:
- action: sync
path: ./
target: ./
path: ./neuro-reply-bot-reworked/
target: ./app/
volumes:
neuro_postgres_db: