Skip to content

Commit

Permalink
Merge pull request #5 from uc-cdis/fix/auth
Browse files Browse the repository at this point in the history
fix(auth): use internal fence endpoint
  • Loading branch information
frickjack authored Jun 12, 2019
2 parents 57cc89d + 7fe20af commit bc52c7c
Show file tree
Hide file tree
Showing 4 changed files with 228 additions and 148 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ COPY ./deployment/uwsgi/uwsgi.ini /etc/uwsgi/uwsgi.ini
COPY ./deployment/uwsgi/wsgi.py /$appname/wsgi.py
WORKDIR /$appname

RUN python -m pip install --upgrade pip && pip install pipenv && pipenv install
RUN python -m pip install --upgrade pip && pip install pipenv && pipenv install --system --deploy

RUN mkdir -p /var/www/$appname \
&& mkdir -p /var/www/.cache/Python-Eggs/ \
Expand Down
Loading

0 comments on commit bc52c7c

Please sign in to comment.