Add User Groups (a.k.a. RBAC) (#4)

This commit is contained in:
Chris Weaver
2023-10-09 09:45:07 -07:00
parent 92de6acc6f
commit 7503f8f37b
43 changed files with 2121 additions and 23 deletions

View File

@@ -61,6 +61,7 @@ WORKDIR /app
# Enterprise Version Files
COPY ./ee /app/ee
COPY ee.supervisord.conf /etc/supervisor/conf.d/ee.supervisord.conf
# Set up application files
COPY ./danswer /app/danswer