Skip to content
This repository has been archived by the owner on Jun 21, 2022. It is now read-only.

Commit

Permalink
Merge pull request #57 from jgmize/docker-cmd
Browse files Browse the repository at this point in the history
Add CMD to Dockerfile
  • Loading branch information
jwhitlock committed Aug 3, 2016
2 parents 0253be4 + 5a4a370 commit 790ece0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ ENV NODE_PATH=/node_modules
COPY package.json /
RUN npm install

CMD ["node", "run.js"]
WORKDIR /app
COPY . /app

0 comments on commit 790ece0

Please sign in to comment.