diff --git a/app-config/docker-compose.yml b/app-config/docker-compose.yml index 18d9d0a0..e96da5fd 100644 --- a/app-config/docker-compose.yml +++ b/app-config/docker-compose.yml @@ -12,7 +12,7 @@ services: - COOKIE_SECRET - APP_NAME=cara-webservice - CARA_CALCULATOR_PREFIX=/calculator-cern - - CARA_THEME=cara/apps/calculator/themes/cern + - CARA_THEME=cara/apps/templates/cern user: ${CURRENT_UID} cara-calculator-open: diff --git a/cara/scripts/themes/cern/cara_script.command b/cara/scripts/themes/cern/cara_script.command index 0d957e2f..952d852a 100755 --- a/cara/scripts/themes/cern/cara_script.command +++ b/cara/scripts/themes/cern/cara_script.command @@ -12,4 +12,4 @@ pip3 install -e . echo "############################################" echo "CARA is now running at http://localhost:8080" echo "############################################" -python3 -m cara.apps.calculator --theme=cara/apps/calculator/themes/cern \ No newline at end of file +python3 -m cara.apps.calculator --theme=cara/apps/templates/cern \ No newline at end of file diff --git a/cara/scripts/themes/cern/cara_script.sh b/cara/scripts/themes/cern/cara_script.sh index dcd21d3f..4a25af3e 100755 --- a/cara/scripts/themes/cern/cara_script.sh +++ b/cara/scripts/themes/cern/cara_script.sh @@ -6,4 +6,4 @@ pip install -e . echo "############################################" echo "CARA is now running at http://localhost:8080" echo "############################################" -python -m cara.apps.calculator --theme=cara/apps/calculator/themes/cern \ No newline at end of file +python -m cara.apps.calculator --theme=cara/apps/templates/cern \ No newline at end of file