0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-22 08:40:03 +01:00
posthog/bin/docker

7 lines
76 B
Plaintext
Raw Normal View History

#!/bin/bash
set -e
./bin/migrate
2020-04-07 13:55:20 +02:00
./bin/docker-worker &
2020-04-02 00:49:40 +02:00
./bin/docker-server