mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-22 08:40:03 +01:00
8 lines
93 B
Bash
Executable File
8 lines
93 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
export WEBPACK_HOT_RELOAD_HOST="0.0.0.0"
|
|
|
|
yarn install
|
|
yarn start-docker
|