From ee9d4a4c68f4c79f16f5c173be1d974c5e831554 Mon Sep 17 00:00:00 2001 From: Feba Date: Fri, 30 Aug 2024 16:50:46 +0100 Subject: [PATCH] Updated the web service configuration to build the Docker image --- docker-compose.security.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docker-compose.security.yml b/docker-compose.security.yml index 90cc394c..8c220dab 100644 --- a/docker-compose.security.yml +++ b/docker-compose.security.yml @@ -7,7 +7,10 @@ services: depends_on: db: condition: service_healthy - image: public.ecr.aws/l6z6v3j6/digital-land-platform:${DOCKER_APPLICATION_TAG-latest} + build: + context: . + dockerfile: Dockerfile + target: dev environment: ENVIRONMENT: production S3_HOISTED_BUCKET: https://digital-land-production-collection-dataset-hoisted.s3.eu-west-2.amazonaws.com