We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2b7a7ff + a861474 commit d33cbd3Copy full SHA for d33cbd3
1 file changed
Dockerfile.prod
@@ -15,4 +15,4 @@ ENV APP_ENV production
15
RUN bundle install
16
COPY --chown=$UID:$GID . /usr/src/app
17
18
-CMD ["bundle", "exec", "ruby", "lib/rights_api/app.rb", "-o", "0.0.0.0"]
+CMD ["bundle", "exec", "rackup", "-p", "4567", "-o", "0.0.0.0"]
0 commit comments