Skip to content

Commit

Permalink
Added Dockerfile for Kutt
Browse files Browse the repository at this point in the history
  • Loading branch information
ebauman committed Feb 17, 2018
1 parent 3dbdd81 commit 56fcf9f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Dockerfile
@@ -0,0 +1,7 @@
FROM node:9.5.0-alpine

ADD . /code
WORKDIR /code
RUN npm install
RUN npm run build
CMD ["npm", "start"]

0 comments on commit 56fcf9f

Please sign in to comment.