mirror of
https://github.com/BillyOutlast/posthog.git
synced 2026-02-04 03:01:23 +01:00
7 lines
110 B
Bash
Executable File
7 lines
110 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
python manage.py migrate
|
|
|
|
python manage.py runserver 0.0.0.0:8000 & ./bin/docker-frontend
|