This commit is contained in:
parent
85ebe66d6d
commit
a61948d870
1
start.sh
1
start.sh
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
# Copy configuration to proper place
|
# Copy configuration to proper place
|
||||||
cp "/config/local.py" "/usr/src/app/davinci/local.py"
|
cp "/config/local.py" "/usr/src/app/davinci/local.py"
|
||||||
|
cp "/config/credentials.json" "/usr/src/app/credentials.json"
|
||||||
|
|
||||||
# Make sure staticfiles are collected into the static volume
|
# Make sure staticfiles are collected into the static volume
|
||||||
python3 manage.py collectstatic --noinput
|
python3 manage.py collectstatic --noinput
|
||||||
|
|
Loading…
Reference in a new issue