newsreader/src/entrypoint.sh

5 lines
170 B
Bash
Executable file

#!/bin/bash
# This file should only be used in conjuction with docker-compose
poetry run /app/src/manage.py migrate
poetry run /app/src/manage.py runserver 0.0.0.0:8000