Skip to content
Snippets Groups Projects
Select Git revision
  • d9fe3227fcc184790d9ff0fd2761461a2ea98dde
  • master default protected
  • v2 protected
  • v2-test protected
  • piratiuk
  • regionalSuccess
  • v1
7 results

Dockerfile

Blame
  • run.sh 145 B
    #!/bin/bash
    
    # exit on error
    set -e
    
    # migrate database
    python manage.py migrate
    
    # start webserver
    exec gunicorn -c gunicorn.conf.py majak.wsgi