Why can I connect to my container using rails server -b 0.0.0.0, but not with rails server command?

后端 未结 0 922
一生所求
一生所求 2021-01-26 18:06

I have brand new rails new testapp app.

I create Dockerfile:

FROM ruby:2.7.2
WORKDIR /app
COPY Gemfile Gemfile.lock ./
RUN bundle install
COPY         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题