We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e764c4f commit 87a6be6Copy full SHA for 87a6be6
Dockerfile
@@ -47,6 +47,7 @@ RUN apk update && \
47
RUN mkdir /app/bin
48
RUN chown -R permit:permit /app/bin
49
COPY --from=opa_build --chmod=755 /opa /app/bin/opa
50
+ENV OPAL_INLINE_OPA_EXEC_PATH="/app/bin/opa"
51
52
# bash is needed for ./start/sh script
53
COPY scripts ./
0 commit comments