Skip to content

Commit

Permalink
Disable Fauxton when building couchdb:dev
Browse files Browse the repository at this point in the history
  • Loading branch information
willholley committed Oct 10, 2019
1 parent 77bc4f8 commit 17e3bcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/build-couchdb-dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
if [[ $COUCHDB_IMAGE == "couchdb:dev" ]]; then
git clone https://github.com/apache/couchdb-docker.git
cd couchdb-docker
docker build dev -t couchdb:dev
docker build dev --build-arg configure_options='--disable-fauxton --disable-docs' -t couchdb:dev
cd ..
rm -rf couchdb-docker
fi

0 comments on commit 17e3bcb

Please sign in to comment.