Skip to content

Commit

Permalink
Merge pull request #41 from creativelive/editDockerfile
Browse files Browse the repository at this point in the history
Edit dockerfile - merging up to release
  • Loading branch information
sehod committed Apr 6, 2016
2 parents 4436998 + 9d01b14 commit 50c0e41
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ FROM docker.creativelive.com:5000/baseimage/cl-baseimage:latest
RUN apt-get update
RUN apt-get install -y imagemagick build-essential

RUN mkdir -p /tmp/cache/mkimage-server

ADD package.json /tmp/package.json
RUN cd /tmp && npm install
RUN mkdir -p /var/node/mkimage-server && cp -a /tmp/node_modules /var/node/mkimage-server
Expand All @@ -17,6 +15,3 @@ ADD . /var/node/mkimage-server

# define default command
CMD node app.js

# expose ports
EXPOSE 80

0 comments on commit 50c0e41

Please sign in to comment.