FROM node:5.11.0-slim WORKDIR /code RUN npm install -g nodemon COPY ... services: web: build: . command: nodemon --debug=5858 volumes: - .
確定! 回上一頁