bzp2010 commented on a change in pull request #175: feature: add docker support URL: https://github.com/apache/incubator-apisix-dashboard/pull/175#discussion_r410727134
########## File path: Dockerfile ########## @@ -0,0 +1,19 @@ +# phase-build +FROM node:12-alpine as builder Review comment: That command is used to distinguish phase. Every `FROM` will be builded in different images. The `FROM xxx as builder` and `COPY --from builder` is used to copy files in different images. ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services