Skip to content

Commit

Permalink
modifier dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
liubaicai committed Dec 26, 2023
1 parent 672c06f commit 1bf9fa0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions service/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ COPY Gemfile /myapp/Gemfile
COPY Gemfile.lock /myapp/Gemfile.lock
RUN bundle install --quiet
COPY . /myapp
RUN chmod +x /myapp/bin/entrypoint.sh

# RUN bundle exec rails db:migrate RAILS_ENV=production && bundle exec rails db:seed RAILS_ENV=production

Expand Down

0 comments on commit 1bf9fa0

Please sign in to comment.