feature/sso #8

Merged
adebaumann merged 8 commits from feature/sso into master 2026-03-15 19:58:18 +00:00
2 changed files with 4 additions and 1 deletions
Showing only changes of commit 41ec7bdc08 - Show all commits

View File

@@ -46,6 +46,9 @@ RUN rm -rvf /app/Dockerfile* \
/app/requirements.txt \
/app/node_modules \
/app/*.json \
/app/AGENTS* \
/app/*.md \
/app/k8s-templates \
/app/test_*.py && \
python3 /app/manage.py collectstatic --noinput
CMD ["sh", "-c", "python manage.py thumbnail clear && gunicorn --bind 0.0.0.0:8000 --workers 3 $GUNICORN_OPTS labhelper.wsgi:application"]

View File

@@ -27,7 +27,7 @@ spec:
mountPath: /data
containers:
- name: web
image: git.baumann.gr/adebaumann/labhelper:0.079
image: git.baumann.gr/adebaumann/labhelper:0.080
imagePullPolicy: Always
ports:
- containerPort: 8000