Skip to content

Commit

Permalink
wip try without bash
Browse files Browse the repository at this point in the history
  • Loading branch information
kentsanggds committed Nov 15, 2023
1 parent c7d1a33 commit 2585cf4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,4 @@ ENV DATABASE_CLEANER_ALLOW_REMOTE_DATABASE_URL true

COPY ./ /srv/app/datagovuk_publish

RUN bash -c "gem install bundler && \
bundle install"
RUN gem install bundler && bundle install

0 comments on commit 2585cf4

Please sign in to comment.