From ceb9981374686e9d06d611ab80d2b51651ed05eb Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 26 Oct 2021 23:42:43 +0100 Subject: [PATCH] build(docker): remove docker-compose-production.yaml --- docker-compose-production.yaml | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 docker-compose-production.yaml diff --git a/docker-compose-production.yaml b/docker-compose-production.yaml deleted file mode 100644 index dd3a2bfe..00000000 --- a/docker-compose-production.yaml +++ /dev/null @@ -1,12 +0,0 @@ -version: '2.4' - -services: - 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