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:
@ -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
|
||||
|
Reference in New Issue
Block a user