typebot.io/scripts/viewer-entrypoint.sh
2023-10-13 15:01:21 +02:00

7 lines
205 B
Bash

#!/bin/bash
cd apps/viewer;
node -e "const { configureRuntimeEnv } = require('next-runtime-env/build/configure'); configureRuntimeEnv();"
cd ../..;
HOSTNAME=0.0.0.0 PORT=3000 node apps/viewer/server.js;