Add debugger to Docker image
This commit is contained in:
parent
d9cc9daf4b
commit
be35546667
|
@ -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 New Issue