mirror of
https://github.com/MrSedan/neuro-reply-website.git
synced 2026-01-14 20:49:42 +03:00
Hot reload on bot
This commit is contained in:
@@ -27,8 +27,10 @@ services:
|
|||||||
develop:
|
develop:
|
||||||
watch:
|
watch:
|
||||||
- action: sync
|
- action: sync
|
||||||
path: ./src
|
path: ./backend/src
|
||||||
target: ./src/src
|
target: ./app/src
|
||||||
|
ignore:
|
||||||
|
- node_modules/
|
||||||
- action: rebuild
|
- action: rebuild
|
||||||
path: package.json
|
path: package.json
|
||||||
- action: rebuild
|
- action: rebuild
|
||||||
@@ -62,8 +64,8 @@ services:
|
|||||||
develop:
|
develop:
|
||||||
watch:
|
watch:
|
||||||
- action: sync
|
- action: sync
|
||||||
path: ./
|
path: ./neuro-reply-bot-reworked/
|
||||||
target: ./
|
target: ./app/
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
neuro_postgres_db:
|
neuro_postgres_db:
|
||||||
|
|||||||
Reference in New Issue
Block a user