Add latest changes from gitlab-org/gitlab@master

This commit is contained in:
GitLab Bot 2021-03-23 06:09:08 +00:00
parent 4f31109a95
commit fe6c2b9ae0
2 changed files with 6 additions and 1 deletions

View File

@ -0,0 +1,5 @@
---
title: Fix rails binding for ruby alpine template
merge_request: 57112
author:
type: fixed

View File

@ -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"]