From 577bee95acc22d33255886fd4917260a30c5b422 Mon Sep 17 00:00:00 2001 From: April Hall Date: Mon, 24 Feb 2025 02:21:32 -0500 Subject: [PATCH] fix: Remove build from compose Having it there was causing machines without the rest of the repo to try to build the image instead of pulling it from GHCR --- compose.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/compose.yaml b/compose.yaml index 5e8d37f..ebf26ca 100644 --- a/compose.yaml +++ b/compose.yaml @@ -2,8 +2,6 @@ services: chat-server: container_name: svchat-server image: ghcr.io/arithefirst/svchat - build: - context: . environment: NODE_ENV: docker_production ORIGIN: http://localhost:3000