mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-18 19:36:00 +01:00
Add debugger to Docker image
This commit is contained in:
parent
d9cc9daf4b
commit
be35546667
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ WORKDIR /app
|
|||
|
||||
ADD Gemfile* /app/
|
||||
RUN bundle install --jobs=$(nproc)
|
||||
RUN gem install ruby-debug-ide
|
||||
COPY . /app
|
||||
|
||||
COPY .docker/entrypoint.sh /usr/bin/
|
||||
|
|
Loading…
Reference in a new issue