updated to make work some settings
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
FROM ruby:3
|
||||
RUN apt-get update
|
||||
WORKDIR /app
|
||||
COPY Gemfile* .
|
||||
COPY Gemfile* ./
|
||||
RUN bundle install
|
||||
COPY . .
|
||||
EXPOSE 3000
|
||||
CMD ["rails", "server", "-b", "0.0.0.0"]
|
||||
CMD ["rails", "server", "-b", "benchcoach-dev.ascorrea.com"]
|
||||
|
||||
Reference in New Issue
Block a user