mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-12 01:55:39 +00:00
All "development" related stuff now goes under ./dev
- Update dev-config.env - Update docker-compose.dev.yml - Development target of Dockerfile no longer creates any folders - Update entry point scripts
This commit is contained in:
@ -2,15 +2,15 @@
|
||||
|
||||
echo "Starting InvenTree worker..."
|
||||
|
||||
cd $INVENTREE_SRC_DIR
|
||||
cd $INVENTREE_HOME
|
||||
|
||||
# Activate virtual environment
|
||||
source inventree-docker-dev/bin/activate
|
||||
source ./dev/env/bin/activate
|
||||
|
||||
sleep 5
|
||||
|
||||
# Wait for the database to be ready
|
||||
cd $INVENTREE_MNG_DIR
|
||||
cd InvenTree
|
||||
python manage.py wait_for_db
|
||||
|
||||
sleep 10
|
||||
|
Reference in New Issue
Block a user