Add missing build target for development celery

This commit is contained in:
Sonny Bakker 2023-06-29 09:43:43 +02:00
parent cbc6a73b76
commit 492b8d33ff

View file

@ -9,6 +9,8 @@ services:
env_file: ./.development.env
celery:
build:
target: development
env_file: ./.development.env
volumes:
- ./src/:/app/src