Skip to content

Commit

Permalink
node version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
wardviaene authored Oct 25, 2016
1 parent 9057655 commit a26479b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM node:0.12
FROM node:4.6
WORKDIR /app
ADD . /app
RUN npm install
EXPOSE 3000
CMD node index.js
CMD npm start

0 comments on commit a26479b

Please sign in to comment.