Skip to content

Commit

Permalink
Merge pull request #6 from alphagov/de-bootsnap
Browse files Browse the repository at this point in the history
Remove Bootsnap from Dockerfile
  • Loading branch information
csutter authored Nov 20, 2023
2 parents bd2ef2e + d0d18c1 commit 31fcf95
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ WORKDIR $APP_HOME
COPY Gemfile* .ruby-version ./
RUN bundle install
COPY . .
RUN bootsnap precompile --gemfile .


FROM $base_image

Expand Down

0 comments on commit 31fcf95

Please sign in to comment.