mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-24 00:47:50 +01:00
7 lines
89 B
Bash
7 lines
89 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
set -ex
|
||
|
python3 -m pip install pyyaml
|
||
|
echo
|
||
|
python3 docker-compose-config.py
|