Modify: Dockerfile use bild args and add healthchek docker-compose use env
This commit is contained in:
6
scripts/entrypoint.sh
Executable file
6
scripts/entrypoint.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
python manage.py migrate --no-input
|
||||
python manage.py collectstatic --no-input
|
||||
|
||||
gunicorn logs_collector.wsgi:application
|
||||
Reference in New Issue
Block a user