Skip to content

Commit

Permalink
Merge pull request #1190 from alphagov/update-dockerfile-precompile-a…
Browse files Browse the repository at this point in the history
…ssets

Update dockerfile precompile assets
  • Loading branch information
kentsanggds authored Nov 21, 2023
2 parents cc54e5d + 54082f9 commit dc0ad2a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:

jobs:
build_and_push:
name: datagovuk_publish
name: datagovuk_find
runs-on: ubuntu-latest
permissions:
packages: write
Expand Down
3 changes: 2 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ COPY ./ /srv/app/datagovuk_find

RUN gem install bundler && \
bundle install && \
bin/yarn
bin/yarn && \
rails assets:precompile

0 comments on commit dc0ad2a

Please sign in to comment.