highcharts-export-server-do.../entrypoint.sh

7 lines
167 B
Bash
Raw Permalink Normal View History

2023-12-13 19:23:22 +07:00
#!/bin/sh
PORT=${PORT:-8080}
HIGHCHARTS_LOG_LEVEL=${HIGHCHARTS_LOG_LEVEL:-1}
highcharts-export-server --enableServer 1 --port $PORT --logLevel $HIGHCHARTS_LOG_LEVEL