From 974851739f7f305100b4ca98e924b5d6c63d7175 Mon Sep 17 00:00:00 2001 From: David Romero Date: Wed, 23 Oct 2024 15:57:24 +0200 Subject: [PATCH] fix: Fix webhook deployment --- docker/images/Dockerfile.webhook | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docker/images/Dockerfile.webhook b/docker/images/Dockerfile.webhook index 4db039a89..f2d530bf1 100644 --- a/docker/images/Dockerfile.webhook +++ b/docker/images/Dockerfile.webhook @@ -52,6 +52,9 @@ RUN pip install --no-cache-dir --upgrade pip RUN pip install -r requirements.txt # Install Rosemary +COPY app ./app +COPY core ./core +COPY rosemary/ ./rosemary COPY setup.py ./ RUN pip install -e ./