Skip to content

Commit

Permalink
feat: Disable the webhook module in the Render deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
drorganvidez committed Jul 7, 2024
1 parent 393b77c commit d010033
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/images/Dockerfile.render
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ RUN chmod +x /app/render_entrypoint.sh
COPY scripts/wait-for-db.sh /app/scripts/wait-for-db.sh
RUN chmod +x /app/scripts/wait-for-db.sh

# Create the .moduleignore file with the module 'webhook' inside
RUN echo "webhook" > /app/.moduleignore

# Install any needed packages specified in requirements.txt and upgrade pip
RUN pip install --no-cache-dir -r requirements.txt \
&& pip install --no-cache-dir --upgrade pip \
Expand Down

0 comments on commit d010033

Please sign in to comment.