photo26/entrypoint.sh
krek0 4bc1afa0cb
All checks were successful
Docker / build (push) Successful in 28s
Add Docker support with Dockerfile and entrypoint
2026-05-03 11:36:34 +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