mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-21 21:49:51 +01:00
c893765973
* First pass at docker support on the Apple M1 chip * Added version to libpq-dev so that it passes linter checks; Removed comments
8 lines
87 B
Bash
Executable File
8 lines
87 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
python manage.py migrate
|
|
|
|
python manage.py runserver 0.0.0.0:8000
|