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

This commit is contained in:
2025-09-18 17:09:04 +02:00
parent 4c8e48d6e3
commit ef22d345db

View File

@ -11,7 +11,7 @@ ENV HOME=/home/app
USER app
ENV RAILS_ENV=production
RUN bundle exec rake assets:precompile
COPY --chown=app:app Gemfile Gemfile.lock $HOME/wedding/
WORKDIR $HOME/wedding
RUN bundle
@ -21,4 +21,3 @@ RUN bundle
CMD ["bundle", "exec", "rails", "server", "-b", "0.0.0.0"]
COPY --chown=app:app . $HOME/wedding/
RUN bundle exec rake assets:precompile