Unverified Commit 179e2b6b authored by Youngil Choi's avatar Youngil Choi Committed by GitHub

Update env name of oidc secret key from dockerfile (#920)

Signed-off-by: 's avatarduddlf23 <cyiduddlf234@gmail.com>
parent 8c698e49
......@@ -32,7 +32,7 @@ ENV SQLALCHEMY_DATABASE_URI sqlite:///sessions.db
# You will need to set these environment variables in order to use the oidc image
# OIDC_CLIENT_SECRETS - a path to a client_secrets.json file
# OIDC_SECRET_KEY - A secret key from your oidc provider
# FLASK_OIDC_SECRET_KEY - A secret key from your oidc provider
# You will also need to mount a volume for the clients_secrets.json file.
FROM base as release
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment