Fix volume mounts for media and celere worker paths
This commit is contained in:
@@ -147,6 +147,12 @@ with schema_context('public'):
|
||||
EOF
|
||||
}
|
||||
|
||||
# Если manage.py не в текущей директории, но есть в подпапке myproject
|
||||
if [ ! -f "manage.py" ] && [ -d "myproject" ]; then
|
||||
echo "Changing directory to myproject..."
|
||||
cd myproject
|
||||
fi
|
||||
|
||||
case "$1" in
|
||||
web)
|
||||
wait_for_postgres
|
||||
|
||||
Reference in New Issue
Block a user