Skip to content

Commit

Permalink
Merge pull request #4 from CenturyLinkLabs/chore/dockerfile-productio…
Browse files Browse the repository at this point in the history
…n-bundle

Don't bundle test dependencies in Dockerfile.
  • Loading branch information
dpetersen committed Nov 26, 2014
2 parents d9abe5b + 34b3c85 commit d9b4af0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ EXPOSE 9292

ADD . /var/app/fleet-adapter
WORKDIR /var/app/fleet-adapter
RUN bundle install
RUN bundle install --without development test

CMD ["rackup", "-E production"]

0 comments on commit d9b4af0

Please sign in to comment.