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

This commit is contained in:
2025-09-18 21:08:48 +02:00
parent ef22d345db
commit 6824989721
2 changed files with 0 additions and 3 deletions

View File

@ -10,8 +10,6 @@ RUN apt-get update -qq && \
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