Files
posthog/bin/docker-frontend

8 lines
168 B
Bash
Executable File

#!/bin/bash
set -e
export WEBPACK_HOT_RELOAD_HOST="0.0.0.0"
pnpm --filter=@posthog/frontend... install --frozen-lockfile
pnpm --filter=@posthog/frontend start-docker