openreplay/ee/api/entrypoint.sh
Taha Yassine Kraiem 7bfe78a29a feat(assist): configurable LISTEN_PORT
feat(chalice): configurable LISTEN_PORT
feat(alerts): configurable LISTEN_PORT
2022-08-19 15:13:27 +01:00

7 lines
200 B
Bash
Executable file

#!/bin/sh
sh env_vars.sh
source /tmp/.env.override
cd sourcemap-reader
nohup npm start &> /tmp/sourcemap-reader.log &
cd ..
uvicorn app:app --host 0.0.0.0 --port $LISTEN_PORT --reload --proxy-headers