Skip to content

Commit

Permalink
fix branding
Browse files Browse the repository at this point in the history
  • Loading branch information
nr23730 committed Jan 15, 2024
1 parent a02409b commit fde6426
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ services:
- ./config/client-tailored-saml-idp-metadata.xml:/cbioportal-webapp/WEB-INF/classes/client-tailored-saml-idp-metadata.xml:Z
- ./config/samlKeystore.jks:/cbioportal-webapp/WEB-INF/classes/samlKeystore.jks:Z
- ./config/frontend.json:/cbioportal/frontend.json:Z
- ./config/${LOGO:-pm4onco.png}:/cbioportal-webapp/images/${LOGO:-pm4onco.png}:Z
- ./config/${LOGO:-pm4onco.png}:/cbioportal-webapp/webapp/images/${LOGO:-pm4onco.png}:Z
- cbioportal_portalinfo:/cbioportal/portalinfo:z
depends_on:
- cbioportal_database
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-research.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
- ./config/portal.properties:/cbioportal/application.properties:Z
- ./config/client-tailored-saml-idp-metadata.xml:/cbioportal-webapp/WEB-INF/classes/client-tailored-saml-idp-metadata.xml:Z
- ./config/samlKeystore.jks:/cbioportal-webapp/WEB-INF/classes/samlKeystore.jks:Z
- ./config/${LOGO:-pm4onco.png}:/cbioportal-webapp/images/${LOGO:-pm4onco.png}:Z
- ./config/${LOGO:-pm4onco.png}:/cbioportal-webapp/webapp/images/${LOGO:-pm4onco.png}:Z
- cbioportal_portalinfo:/cbioportal/portalinfo:z
depends_on:
- cbioportal_database
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
- ./config/client-tailored-saml-idp-metadata.xml:/cbioportal-webapp/WEB-INF/classes/client-tailored-saml-idp-metadata.xml:Z
- ./config/samlKeystore.jks:/cbioportal-webapp/WEB-INF/classes/samlKeystore.jks:Z
- ./config/frontend.json:/cbioportal/frontend.json:Z
- ./config/${LOGO:-pm4onco.png}:/cbioportal-webapp/images/${LOGO:-pm4onco.png}:Z
- ./config/${LOGO:-pm4onco.png}:/cbioportal-webapp/webapp/images/${LOGO:-pm4onco.png}:Z
- cbioportal_portalinfo:/cbioportal/portalinfo:z
depends_on:
- cbioportal_database
Expand Down

0 comments on commit fde6426

Please sign in to comment.