wrong cern theme directory fix

This commit is contained in:
Luis Aleixo 2022-01-06 19:44:26 +01:00
parent 789e60340f
commit 3594783c2e
3 changed files with 3 additions and 3 deletions

View file

@ -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:

View file

@ -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
python3 -m cara.apps.calculator --theme=cara/apps/templates/cern

View file

@ -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
python -m cara.apps.calculator --theme=cara/apps/templates/cern