mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-21 13:39:22 +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
|