We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59f35d2 commit 2bcc95bCopy full SHA for 2bcc95b
docker/docker-compose.development.yml
@@ -9,8 +9,8 @@ services:
9
# Will also need to use the 'git+https://github.com/hubmapconsortium/commons.git@${COMMONS_BRANCH}#egg=hubmap-commons'
10
# in src/requirements.txt accordingly
11
# args:
12
- # # The commons github branch to be used during image build (default to master if not set or null)
13
- # - COMMONS_BRANCH=${COMMONS_BRANCH:-master}
+ # # The commons github branch to be used during image build (default to main if not set or null)
+ # - COMMONS_BRANCH=${COMMONS_BRANCH:-main}
14
# Build the image with name and tag
15
# Exit with an error message containing err if unset or empty in the environment
16
image: hubmap/entity-api:${ENTITY_API_VERSION:?err}
0 commit comments