以下為 Dockerfile 的內容. FROM node:lts-alpine # install simple http server for serving static content RUN npm install -g http-server # make ...
確定! 回上一頁