Skip to content

Commit

Permalink
Update ChRIS_ui and add chrs_login.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jennydaman committed Mar 11, 2024
1 parent a685326 commit 09fb7c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ services:
org.chrisproject.role: "pman"

chris_ui:
image: ghcr.io/fnndsc/chris_ui:20230901.263-b2c5dabe
image: ghcr.io/fnndsc/chris_ui:20240307.427-e4284e46
command: sirv --host --single
environment:
REACT_APP_CHRIS_UI_URL: http://localhost:8000/api/v1/
Expand Down
3 changes: 3 additions & 0 deletions scripts/chrs_login.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/sh -ex

exec chrs login --username chris --password chris1234 --address http://localhost:8000/api/v1/ --no-keyring

0 comments on commit 09fb7c6

Please sign in to comment.