Compare commits

...

2 Commits

Author SHA1 Message Date
0xchaos
3a911182d4 Merge 4e56cccea5 into 7ec201d011 2025-02-07 15:38:49 +08:00
Abdelrahman mostafa
4e56cccea5 watch command support 2024-09-23 02:20:58 +03:00

View File

@@ -29,6 +29,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:
@@ -45,6 +54,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: