UNPKG

88 BPlain TextView Raw
1FROM node:latest
2
3COPY . /app/user
4
5WORKDIR /app/user
6
7RUN npm install
8
9CMD node app.js