Postgres-docker

This commit is contained in:
Arnold Dechamps 2024-03-26 16:11:08 +01:00
parent ecf2d7149a
commit 948e3991cd
No known key found for this signature in database
GPG key ID: AE66543374E41C89

View file

@ -14,7 +14,6 @@ fi
python manage.py makemigrations # Make migrations
python manage.py migrate # Apply database migrations
python manage.py collectstatic
exec "$@"