2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-12 01:55:39 +00:00

Add entrypoint for running development worker

This commit is contained in:
Oliver Walters
2021-05-12 22:12:26 +10:00
parent 530f28ba95
commit 719b1775f2
3 changed files with 23 additions and 1 deletions

View File

@ -35,7 +35,8 @@ services:
build:
context: .
target: dev
entrypoint: invoke worker
entrypoint: /home/inventree/start_dev_worker.sh
depends_on:
- inventree-server
volumes:
# Ensure you specify the location of the 'src' directory at the end of this file