Commit 8c94271e authored by Dylan Griffith's avatar Dylan Griffith

Merge branch 'dz-fix-ruby-alpine-template-for-rails' into 'master'

Fix rails binding for ruby alpine template

See merge request gitlab-org/gitlab!57112
parents dfb31c5d 2d57c9b3
---
title: Fix rails binding for ruby alpine template
merge_request: 57112
author:
type: fixed
......@@ -24,4 +24,4 @@ COPY . .
# For Rails
ENV PORT 3000
EXPOSE 3000
CMD ["bundle", "exec", "rails", "server"]
CMD ["bundle", "exec", "rails", "server", "-b", "0.0.0.0"]
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment