Dan Janosik
7 years ago
2 changed files with 11 additions and 0 deletions
@ -0,0 +1,6 @@ |
|||||
|
FROM node:8 |
||||
|
WORKDIR /workspace |
||||
|
COPY . . |
||||
|
RUN npm install |
||||
|
CMD npm start |
||||
|
EXPOSE 3002 |
Loading…
Reference in new issue