Skip to content

Commit d33cbd3

Browse files
authored
Merge pull request #2 from hathitrust/dockerfile_rackup
Call rackup explicitly in Dockerfile.prod CMD
2 parents 2b7a7ff + a861474 commit d33cbd3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile.prod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ ENV APP_ENV production
1515
RUN bundle install
1616
COPY --chown=$UID:$GID . /usr/src/app
1717

18-
CMD ["bundle", "exec", "ruby", "lib/rights_api/app.rb", "-o", "0.0.0.0"]
18+
CMD ["bundle", "exec", "rackup", "-p", "4567", "-o", "0.0.0.0"]

0 commit comments

Comments
 (0)