diff --git a/Dockerfile b/Dockerfile index c9b4323a..a49b3e57 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ FROM quay.io/cdis/python-build-base:${AZLINUX_BASE_VERSION} as base # Comment this in, and comment out the line above, if quay is down # FROM 707767160287.dkr.ecr.us-east-1.amazonaws.com/gen3/python-build-base:${AZLINUX_BASE_VERSION} as base -ENV appname=fence +ENV appname=sheepdog ENV POETRY_NO_INTERACTION=1 \ POETRY_VIRTUALENVS_IN_PROJECT=1 \ POETRY_VIRTUALENVS_CREATE=1