photo26/entrypoint.sh
krek0 8dd3c8701c
Some checks are pending
Docker / build (push) Waiting to run
Add Docker support with Dockerfile and entrypoint
2026-05-02 14:39:19 +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