Skip to content

Commit

Permalink
Merge branch 'master' into feat/handle-access
Browse files Browse the repository at this point in the history
  • Loading branch information
BinamB authored Aug 13, 2020
2 parents 998b6da + d2c1258 commit 22641c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# To run: docker run -d -v /path/to/fence-config.yaml:/var/www/fence/fence-config.yaml --name=fence -p 80:80 fence
# To run: docker run --rm -d -v /path/to/fence-config.yaml:/var/www/fence/fence-config.yaml --name=fence -p 80:80 fence
# To check running container: docker exec -it fence /bin/bash

FROM quay.io/cdis/python-nginx:pybase3-1.2.0
FROM quay.io/cdis/python-nginx:pybase3-1.3.0

ENV appname=fence

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ At the moment, supported IDPs include:
- Cognito
- Synapse
- Microsoft
- ORCID
- RAS

## OIDC & OAuth2
Expand Down

0 comments on commit 22641c7

Please sign in to comment.