Skip to content

Commit

Permalink
update node version on dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mjlescano committed Mar 23, 2017
1 parent de0091f commit 4958e3a
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,4 +1,4 @@
FROM node:argon
FROM node:6

MAINTAINER Guido Vilariño <guido@democracyos.org>

Expand All @@ -21,4 +21,4 @@ RUN npm run build -- --minify

EXPOSE 3000

CMD ["node", "index.js"]
CMD ["node", "."]

0 comments on commit 4958e3a

Please sign in to comment.