Skip to content

Commit

Permalink
fix: Fix webhook deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
drorganvidez committed Oct 23, 2024
1 parent bc34218 commit 9748517
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/images/Dockerfile.webhook
Original file line number Diff line number Diff line change
Expand Up @@ -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 ./

Expand Down

0 comments on commit 9748517

Please sign in to comment.