improvement

This commit is contained in:
Ole-Morten Duesund 2025-06-06 18:55:54 +02:00
commit c0ccb8ca5e
6 changed files with 516 additions and 63 deletions

View file

@ -15,6 +15,9 @@ COPY Gemfile* ./
# Install Ruby gems
RUN bundle install --without development
# Copy responses file first
COPY responses.yml ./
# Copy application code
COPY . .