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
(cherry picked from commit 4b8cf9742c)
This commit is contained in:
parent
31aa051787
commit
a358bc5112
1 changed files with 2 additions and 1 deletions
|
|
@ -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", "--"]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue