Skip to content

Commit

Permalink
Docker image fix from end of December 2021
Browse files Browse the repository at this point in the history
Not sure whether this is required? But I needed it to get the site set
up on my Mac in December 2021. @struan to investigate.
  • Loading branch information
zarino authored and struan committed Jan 12, 2022
1 parent 4866482 commit bda79bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion script/build
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ export BUILD_COMMIT=$(git log -1 --pretty=%h)
script/bootstrap

docker build . -t mysocietyorg/caps:latest -t mysocietyorg/caps:${BUILD_COMMIT} --build-arg BUILD_COMMIT=${BUILD_COMMIT}
docker-compose pull
docker-compose pull solr
docker-compose pull postgres

0 comments on commit bda79bb

Please sign in to comment.