diff --git a/Dockerfile b/Dockerfile index 9e5c7f9..8dc653f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"] diff --git a/argocd/deployment.yaml b/argocd/deployment.yaml index ceb8851..c84d5be 100644 --- a/argocd/deployment.yaml +++ b/argocd/deployment.yaml @@ -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