Skip to content

Commit

Permalink
coverage.rc -> pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyaaa committed Jun 26, 2023
1 parent 6769f27 commit 47aa682
Show file tree
Hide file tree
Showing 4 changed files with 91 additions and 134 deletions.
7 changes: 0 additions & 7 deletions passport/.coveragerc

This file was deleted.

6 changes: 3 additions & 3 deletions passport/docker-entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/bin/sh

echo "Collect static files"
python manage.py collectstatic --noinput

echo "Applying migrations"
python manage.py migrate

echo "Collect static files"
python manage.py collectstatic --noinput

echo "Starting server"
uvicorn passport.asgi:application --host 0.0.0.0 --port "${PORT}"
Loading

0 comments on commit 47aa682

Please sign in to comment.