Skip to content

Commit

Permalink
Fix fairdatapoint branch
Browse files Browse the repository at this point in the history
  • Loading branch information
brunopacheco1 committed Dec 21, 2023
1 parent 77779e1 commit 0524009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN pip3 install -e git+https://github.com/GenomicDataInfrastructure/gdi-userpo
RUN pip3 install -e git+https://github.com/DataShades/[email protected]#egg=ckanext-oidc-pkce && \
pip3 install -r ${APP_DIR}/src/ckanext-oidc-pkce/requirements.txt

RUN pip3 install -e git+https://github.com/GenomicDataInfrastructure/gdi-userportal-ckanext-fairdatapoint.git@main#egg=ckanext-fairdatapoint && \
RUN pip3 install -e git+https://github.com/GenomicDataInfrastructure/gdi-userportal-ckanext-fairdatapoint.git@user-portal#egg=ckanext-fairdatapoint && \
pip3 install -r ${APP_DIR}/src/ckanext-fairdatapoint/requirements.txt


Expand Down

0 comments on commit 0524009

Please sign in to comment.