photo26/entrypoint.sh
krek0 914d0edc6b
Some checks failed
Docker / build (push) Failing after 25s
Add Docker support with Dockerfile and entrypoint.
2026-05-03 11:25:07 +02:00

5 lines
124 B
Bash

#!/bin/sh
set -e
python manage.py migrate --noinput
exec gunicorn photo21.wsgi:application --bind 0.0.0.0:8000 --workers 3