test
Some checks failed
CI / build (push) Has been cancelled

This commit is contained in:
2025-09-18 21:17:54 +02:00
parent 08ccd3b87e
commit 2c3d5aeec9
2 changed files with 1 additions and 38 deletions

View File

@ -12,8 +12,7 @@ USER app
COPY --chown=app:app Gemfile Gemfile.lock $HOME/wedding/
WORKDIR $HOME/wedding
RUN bundle
RUN bundle exec rake assets:precompile
CMD ["bundle", "exec", "rails", "server", "-b", "0.0.0.0"]