From 6705a83880f645ccc75ca007ca81bb93da0d3df9 Mon Sep 17 00:00:00 2001 From: Oliver Atkinson Date: Thu, 2 Nov 2023 23:37:41 -0600 Subject: [PATCH] fix repo link --- docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 10e47e5..3528ebf 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -3,7 +3,7 @@ name: ${REPO_NAME} services: bot: container_name: discord_bot - build: ${REPO_LINK} + build: ${REPO_HTTPS_URL} restart: always environment: # These will read from the .env file