FROM node:15.11.0-alpine WORKDIR /app RUN apk update && \ npm install && \ npm install -g npm && \ npm install -g vue-cli ...
確定! 回上一頁