Skip to content

Commit

Permalink
🔨 Copy over the analysis conf as well
Browse files Browse the repository at this point in the history
So that we can use analysis code from core without having to copy and paste
  • Loading branch information
shankari committed Jan 14, 2024
1 parent 2ef19c3 commit e8e1f51
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions viz_scripts/docker/start_notebook.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ mkdir -p saved-notebooks/conf/storage
cp conf/storage/db.conf saved-notebooks/conf/storage/db.conf
cat saved-notebooks/conf/storage/db.conf

### Ensure that the analysis config is available so that we can use the functions from core
### instead of recreating them
mkdir -p saved-notebooks/conf/analysis
cp conf/analysis/debug.conf.json.sample saved-notebooks/conf/analysis/debug.conf.json.sample
cat saved-notebooks/conf/analysis/debug.conf.json.sample

#set Web Server host using environment variable
echo "Web host = "${WEB_SERVER_HOST}

Expand Down

0 comments on commit e8e1f51

Please sign in to comment.