Skip to content

Commit

Permalink
feat: Improve webhook deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
drorganvidez committed Oct 24, 2024
1 parent ed90b98 commit d518ab5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/entrypoints/production_entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
# Exit immediately if a command exits with a non-zero status
set -e

# Install Rosemary
pip install -e ./

# Compile webpack files
rosemary webpack:compile

Expand Down

0 comments on commit d518ab5

Please sign in to comment.