Skip to content
This repository has been archived by the owner on Jan 24, 2025. It is now read-only.

Commit

Permalink
Install yarn in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
kentsanggds committed Nov 13, 2023
1 parent 347fc29 commit e81c9a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,7 @@ ENV DATABASE_CLEANER_ALLOW_REMOTE_DATABASE_URL true

COPY ./ /srv/app/datagovuk_publish

RUN yarn install --ignore-engines

RUN gem install bundler --conservative && \
bundle install

0 comments on commit e81c9a3

Please sign in to comment.