Skip to content

Commit

Permalink
forgot to interpolate CLIENT_ID
Browse files Browse the repository at this point in the history
  • Loading branch information
daisieh committed Apr 11, 2022
1 parent 6b2cf30 commit aafe9cd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,8 @@ COPY ./ /app/

RUN pip install --no-cache-dir -r app/tests/requirements.txt

ARG client_id
ENV CLIENT_ID=${client_id}
RUN sed -i s/CLIENT_ID/$CLIENT_ID/ app/permissions_engine/idp.rego

ENTRYPOINT ["top", "-b"]

0 comments on commit aafe9cd

Please sign in to comment.