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