FROM node WORKDIR /usr/src/app COPY . /usr/src/app RUN npm install CMD "npm" "start". Copy that to a file named Dockerfile , then build and ...
確定! 回上一頁