Patch/api v1.12.0 (#1299)

* fix(chalice): include metadata in sessions exp search

* fix(chalice): fixed sessions exp search wrong col name

* fix(chalice): removed cookies

* fix(chalice): changed base image to support SSO/xmlsec

* fix(chalice): changed Dockerfile to support SSO/xmlsec

* fix(chalice): changed Dockerfile to support SSO/xmlsec
This commit is contained in:
Kraiem Taha Yassine 2023-05-31 17:45:40 +02:00 committed by GitHub
parent 8f98aaaca1
commit 4b8cf9742c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,8 @@ RUN pip install --no-cache-dir --upgrade -r requirements.txt
COPY . .
RUN mv env.default .env
RUN adduser -u 1001 openreplay -D
#RUN adduser -u 1001 openreplay -D
RUN useradd -mu 1001 openreplay
USER 1001
ENTRYPOINT ["/sbin/tini", "--"]