mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-24 09:14:46 +01:00
8 lines
93 B
Plaintext
8 lines
93 B
Plaintext
|
#!/bin/bash
|
||
|
set -e
|
||
|
|
||
|
export WEBPACK_HOT_RELOAD_HOST="0.0.0.0"
|
||
|
|
||
|
yarn install
|
||
|
yarn start-docker
|