Commit 2d57c9b3 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Fix rails binding for ruby alpine template

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent f933d954
---
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