Skip to content

Commit 87a6be6

Browse files
authored
Added explicit OPA path to dockerfile (#216)
1 parent e764c4f commit 87a6be6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ RUN apk update && \
4747
RUN mkdir /app/bin
4848
RUN chown -R permit:permit /app/bin
4949
COPY --from=opa_build --chmod=755 /opa /app/bin/opa
50+
ENV OPAL_INLINE_OPA_EXEC_PATH="/app/bin/opa"
5051

5152
# bash is needed for ./start/sh script
5253
COPY scripts ./

0 commit comments

Comments
 (0)