From 67e8b6176457a9024e622c3b1c2495ace394d30c Mon Sep 17 00:00:00 2001 From: "Simon J.K. Pedersen (Delegate)" Date: Tue, 25 Jun 2024 12:46:16 +0200 Subject: [PATCH] fix: copy microreact integration code to container. --- web/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/web/Dockerfile b/web/Dockerfile index f315e26f..a7210fbf 100755 --- a/web/Dockerfile +++ b/web/Dockerfile @@ -8,6 +8,7 @@ RUN /usr/sbin/update-ca-certificates COPY ["main.py", "start.sh", "gunicorn_conf.py", "/app/"] COPY "permission-config.jsonc" "/app/" +COPY microreact_integration /app/web/microreact_integration COPY src /app/web/src COPY openapi_specs /app/openapi_specs RUN chmod +x start.sh