From d2c7a1882734bb5e269aa83d3a5e4f8a7ec191a9 Mon Sep 17 00:00:00 2001 From: ElGuillermo <66552553+ElGuillermo@users.noreply.github.com> Date: Wed, 19 Feb 2025 22:11:06 +0100 Subject: [PATCH] Update docker-compose-common-components.yaml (#949) Signed-off-by: ElGuillermo <66552553+ElGuillermo@users.noreply.github.com> --- docker-compose-common-components.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docker-compose-common-components.yaml b/docker-compose-common-components.yaml index 26b622ba0..8bd3ee374 100644 --- a/docker-compose-common-components.yaml +++ b/docker-compose-common-components.yaml @@ -75,6 +75,9 @@ services: - common # This is used to handle webhooks to discord (and other services in the future) webhook_service: + build: + context: . + dockerfile: Dockerfile image: ${BACKEND_DOCKER_REPOSITORY}:${TAGGED_VERSION} environment: HLL_WH_SERVICE_CONTAINER: true