Skip to content

Commit

Permalink
Updated the web service configuration to build the Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
feba-rajan authored and cpcundill committed Sep 2, 2024
1 parent f75ab73 commit ee9d4a4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docker-compose.security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ee9d4a4

Please sign in to comment.