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
cbb9b22d0b
posthog
/
bin
/
docker
7 lines
83 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
start worker in background for docker
2020-04-07 13:55:20 +02:00
./bin/docker-migrate
./bin/docker-worker &
run gunicorn in docker-server script
2020-04-02 00:49:40 +02:00
./bin/docker-server
Copy Permalink