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

This commit is contained in:
2025-09-18 16:49:35 +02:00
parent 0a56d72b1b
commit 1f26e1819e
3 changed files with 6 additions and 0 deletions

View File

@ -10,10 +10,14 @@ RUN apt-get update -qq && \
ENV HOME=/home/app
USER app
ENV RAILS_ENV=production
COPY --chown=app:app Gemfile Gemfile.lock $HOME/wedding/
WORKDIR $HOME/wedding
RUN bundle
CMD ["bundle", "exec", "rails", "server", "-b", "0.0.0.0"]
COPY --chown=app:app . $HOME/wedding/