updated to make work some settings

This commit is contained in:
root
2023-09-07 22:18:22 +00:00
parent 857aa1af52
commit a4f03e930b
5 changed files with 33 additions and 13 deletions

View File

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