This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
posthog
Watch
0
Star
0
Fork
0
You've already forked posthog
mirror of
https://github.com/PostHog/posthog.git
synced
2024-11-22 17:00:52 +01:00
Code
Issues
Releases
Activity
3ec4db5ce7
posthog
/
bin
/
docker
6 lines
65 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Create preview and production dockerfiles and add LICENSE
2020-02-09 22:54:14 +01:00
#!/bin/bash
set -e
Add migrate command onstartup
2020-02-27 23:03:03 +01:00
python manage.py migrate
run gunicorn in docker-server script
2020-04-02 00:49:40 +02:00
./bin/docker-server
Copy Permalink