Fix watch of docker-compose

This commit is contained in:
Zoe Roux 2025-05-19 01:16:46 +02:00
parent 6304eb60b1
commit 90cee41595
No known key found for this signature in database

View File

@ -87,10 +87,10 @@ services:
develop:
watch:
- action: sync
path: .
path: ./api
target: /app
- action: rebuild
path: ./packages.json
path: ./api/packages.json
scanner:
build: ./scanner
@ -123,10 +123,10 @@ services:
develop:
watch:
- action: sync
path: .
path: ./scanner
target: /app
- action: rebuild
path: ./pyproject.toml
path: ./scanner/pyproject.toml
transcoder:
<<: *transcoder-base