improvement
This commit is contained in:
parent
7640f045f1
commit
c0ccb8ca5e
6 changed files with 516 additions and 63 deletions
|
|
@ -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 . .
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue