Skip to content

Commit

Permalink
dodanie Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Jul 29, 2018
1 parent 9e481d0 commit 993c98c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
FROM node:9

ENV NODE_ENV development

WORKDIR /usr/app

COPY package.json .
RUN npm install

CMD ["npm","start"]

0 comments on commit 993c98c

Please sign in to comment.