Skip to content

Commit

Permalink
No need for an unused EXPORT port or an ununsed mkdir
Browse files Browse the repository at this point in the history
  • Loading branch information
Seth Hodgson committed Apr 6, 2016
1 parent 1807087 commit 9d01b14
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 9d01b14

Please sign in to comment.