Add debugger to Docker image

This commit is contained in:
Dominik Kwiatek 2020-10-20 11:47:00 +02:00 committed by Andreas Nedbal
parent d9cc9daf4b
commit be35546667
1 changed files with 1 additions and 0 deletions

View File

@ -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/