Fix Gemfile.lock write permission for Docker dev build
This commit is contained in:
parent
2100c738af
commit
1cb7f888b7
1 changed files with 1 additions and 1 deletions
|
@ -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 . ./
|
||||
|
|
Loading…
Reference in a new issue