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:
parent
8f98aaaca1
commit
4b8cf9742c
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