mirror of
https://github.com/MOIS3Y/logs-collector.git
synced 2025-09-13 05:03:01 +02:00
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