Fix Gemfile.lock write permission for Docker dev build

This commit is contained in:
Harald Reingruber 2019-10-29 11:49:10 +01:00 committed by Patrick Gansterer
parent 2100c738af
commit 1cb7f888b7
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ WORKDIR /home/app/src
COPY Gemfile Gemfile.lock ./
COPY plugins ./plugins
RUN bundle config build.nokogiri "--use-system-libraries" && \
bundle install -j 4
bundle install --frozen -j 4
# Copy the application code
COPY . ./