FROM node:5.11.0-slim WORKDIR /code RUN npm install -g nodemon COPY ... web_1 | [nodemon] starting `node --debug=5858 app.js` web_1 ...
確定! 回上一頁