mirror of
https://github.com/Eugeny/tabby-web.git
synced 2026-08-16 22:36:02 +01:00
docker: use platform-specific dockerize build - fixes #43
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
#!/bin/sh
|
||||
/wait
|
||||
if [ -z "$var" ]; then
|
||||
dockerize $DOCKERIZE_ARGS
|
||||
fi
|
||||
cd /app
|
||||
/venv/*/bin/python ./manage.py migrate
|
||||
/venv/*/bin/gunicorn
|
||||
|
||||
Reference in New Issue
Block a user