Skip to content

Commit

Permalink
Merge branch 'feat/handle-access' of github.com:uc-cdis/fence into fe…
Browse files Browse the repository at this point in the history
…at/handle-access
  • Loading branch information
BinamB committed Aug 14, 2020
2 parents 5c57ff5 + 22641c7 commit e1f24bc
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 e1f24bc

Please sign in to comment.