mirror of
https://github.com/ItzCrazyKns/Perplexica.git
synced 2025-06-20 16:58:30 +00:00
watch command support
This commit is contained in:
@ -27,6 +27,15 @@ services:
|
||||
networks:
|
||||
- perplexica-network
|
||||
restart: unless-stopped
|
||||
develop:
|
||||
watch:
|
||||
- action: sync
|
||||
path: ./backend
|
||||
target: /home/perplexica
|
||||
ignore:
|
||||
- node_modules/
|
||||
- action: rebuild
|
||||
path: backend.dockerfile
|
||||
|
||||
perplexica-frontend:
|
||||
build:
|
||||
@ -42,6 +51,16 @@ services:
|
||||
networks:
|
||||
- perplexica-network
|
||||
restart: unless-stopped
|
||||
develop:
|
||||
watch:
|
||||
- action: sync
|
||||
path: ./frontend
|
||||
target: /app
|
||||
ignore:
|
||||
- node_modules/
|
||||
- .next/
|
||||
- action: rebuild
|
||||
path: app.dockerfile
|
||||
|
||||
networks:
|
||||
perplexica-network:
|
||||
|
Reference in New Issue
Block a user