juzhiyuan commented on issue #702: URL: https://github.com/apache/apisix-dashboard/issues/702#issuecomment-722796795
@ztgoto 1. The error message output when you are building the frontend is ok and safe to ignore, this is related to node-gyp and we don't need it, but some dependencies using them, so we choose to just ignore. 2. ``` #docker run --network=host --rm -v /etc/apisix-dashboard/conf/conf.yaml:/usr/local/apisix-dashboard/conf/conf.yaml apisix-dashboard:2.0 2020-11-06 02:48:11.124711 I | The Manager API is listening on 0.0.0.0:8999 ``` This log means we have successfully run the dashboard with Docker, as we couldn't see the dashboard pages, I'm not sure if it's related to this PR[1] which was just merged? Let me check the latest codes. Give me 3 hours. [1] https://github.com/apache/apisix-dashboard/commit/b4b646bac921e78520aee7dff4b63dff831c4aa0 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
