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 965b586 commit 7252e89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/images/Dockerfile.webhook
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ RUN pip install --no-cache-dir --upgrade pip
RUN pip install -r requirements.txt

# Install Rosemary
COPY setup.py ./
RUN pip install -e ./

# Install npm dependencies
Expand Down

0 comments on commit 7252e89

Please sign in to comment.