Skip to content

Commit

Permalink
Worked on Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Panagis Tselentis committed Feb 10, 2017
1 parent 9410ca5 commit 0bf37ff
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
FROM mhart/alpine-node:6
FROM mhart/alpine-node

RUN apk update && apk upgrade && \
apk add --no-cache bash git

RUN npm install -g bower gulp sails

Expand All @@ -13,4 +16,4 @@ EXPOSE 3000 1338

RUN chmod 777 ./start.sh

CMD ["/bin/sh","./start.sh"]
CMD ["/bin/bash","./start.sh"]

0 comments on commit 0bf37ff

Please sign in to comment.