Skip to content

Commit

Permalink
Fix #12 Remove dev dependencies from dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
robsonbittencourt committed Aug 27, 2016
1 parent 7bf64b4 commit 3962b1e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
node_modules

test

.editorconfig

.gitignore

.travis.yml

LICENSE

README.md
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ WORKDIR /hubot

COPY ./package.json /hubot/

RUN npm install
RUN npm install --production

COPY ./ /hubot/

Expand Down

0 comments on commit 3962b1e

Please sign in to comment.