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

7 lines
83 B
Bash
Executable File

#!/bin/bash
set -e
./bin/docker-migrate
./bin/docker-worker &
./bin/docker-server