photo26/entrypoint.sh
krek0 f38b947390
Some checks failed
Docker / build (push) Failing after 1m11s
Add Docker support with Dockerfile and entrypoint
2026-05-03 11:17:53 +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