diff --git a/docker-compose-production.yaml b/docker-compose-production.yaml index 38b780ce..dd3a2bfe 100644 --- a/docker-compose-production.yaml +++ b/docker-compose-production.yaml @@ -2,7 +2,11 @@ version: '2.4' services: web: - image: ghcr.io/opdavies/oliverdavies-uk-web + build: + context: . + dockerfile: tools/docker/images/Dockerfile + target: production + image: "ghcr.io/opdavies/oliverdavies-uk-web:${DOCKER_TAG:-latest}" ports: - 80:8080 restart: unless-stopped