entgra-emqx-docker/entrypoint.sh

12 lines
338 B
Bash
Raw Normal View History

2023-04-06 04:31:10 +00:00
#!/bin/bash
echo "copying static content"
STATIC_CONFIG_PATH=/opt/emqx/lib/emqx_dashboard-4.4.10/priv/www/static/
cp /opt/emqx/static/css/* $STATIC_CONFIG_PATH/css/
cp /opt/emqx/static/img/* $STATIC_CONFIG_PATH/img/
2023-04-21 17:10:07 +00:00
cp /opt/emqx/configs/emqx_exhook.conf /opt/emqx/etc/plugins/
2023-04-06 04:31:10 +00:00
echo "Starting server.."
sh /opt/emqx/bin/emqx foreground