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 3eea592 commit 1d8963f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docker/entrypoints/production_entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
set -e

# Compile webpack files
rosemary webpack:compile
# rosemary webpack:compile

# Wait for the database to be ready by running a script
sh ./scripts/wait-for-db.sh
Expand Down
3 changes: 3 additions & 0 deletions docker/images/Dockerfile.webhook
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,6 @@ RUN git config --global --add safe.directory /app

# Expose port 5000
EXPOSE 5000

# Compile webpack files
CMD rosemary webpack:compile

0 comments on commit 1d8963f

Please sign in to comment.