2
0
Files
bot/scripts/viewer-entrypoint.sh

7 lines
178 B
Bash
Raw Normal View History

#!/bin/bash
cd apps/viewer;
node -e "const { configureRuntimeEnv } = require('next-runtime-env/build/configure'); configureRuntimeEnv();"
cd ../..;
2022-08-08 08:21:36 +02:00
node apps/viewer/server.js;