You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2021/11/25 17:10:08 UTC

[GitHub] [apisix-dashboard] zaunist commented on issue #2223: request help :apisix-dashboard Dockerfile and build.sh error

zaunist commented on issue #2223:
URL: https://github.com/apache/apisix-dashboard/issues/2223#issuecomment-979366433


   Hi, @GhangZh , It is recommended to use make build to compile apisix-dashboard. `make build` will build backend and frontend to manager-api in `output` directory
   ```
   FROM golang:1.14 as api-builder
   RUN git clone https://github.com.cnpmjs.org/apache/apisix-dashboard.git  /usr/local/apisix-dashboard
   WORKDIR /usr/local/apisix-dashboard
   RUN   make build && cd ./output && ./manager-api
   ```


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org