0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-21 21:49:51 +01:00
posthog/bin/docker-backend
Buddy Williams c893765973
Docker support on the Apple M1 chip / arm64 (#4024)
* First pass at docker support on the Apple M1 chip

* Added version to libpq-dev so that it passes linter checks; Removed comments
2021-04-19 10:12:02 -04:00

8 lines
87 B
Bash
Executable File

#!/bin/bash
set -e
python manage.py migrate
python manage.py runserver 0.0.0.0:8000