From be67426c418c7e492deebd6b7c94bfa531dbbe4f Mon Sep 17 00:00:00 2001 From: elimoshkovich Date: Tue, 19 Mar 2024 18:53:51 +0200 Subject: [PATCH] --optional flag --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 09fc3550..9dfa4f00 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,7 +29,7 @@ RUN python setup.py install --user FROM golang:bullseye as OPABuildStage -COPY ./permit-opa/custom /custom +COPY --optional ./permit-opa/custom /custom RUN if [ -f /custom/custom_opa.tar.gz ]; \ then \