Skip to content

Commit

Permalink
Fix assets:precompile in Docker
Browse files Browse the repository at this point in the history
Our `.dockerignore` removes the `spec` folder but keeps
`spec/factories`. The patient factory requires the
`spec/support/faker/national_health_service` patch, which was missing
from the Docker build, which causes `assets:precompile` to fail.
  • Loading branch information
tvararu committed May 24, 2024
1 parent 1f11d2a commit fad7cf4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
/coverage
/spec
!/spec/factories
!/spec/support/faker
/tests
/terraform

Expand Down

0 comments on commit fad7cf4

Please sign in to comment.