Skip to content

Commit

Permalink
Merge pull request #1 from experimental-platform/co-run-tests-during-…
Browse files Browse the repository at this point in the history
…docker-build

Run tests during docker build
  • Loading branch information
colszowka authored Jan 19, 2017
2 parents a4fc08e + cf55abe commit 9a411f0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ EXPOSE 5000
COPY . /src
WORKDIR /src
RUN bundle
RUN bundle exec rspec

CMD ["/usr/local/bundle/bin/puma", "-t", "2:16", "-p", "5000"]
6 changes: 0 additions & 6 deletions test-image

This file was deleted.

0 comments on commit 9a411f0

Please sign in to comment.