From 5126161f47e0bfae5d0fbc8ec57016f345f5aea2 Mon Sep 17 00:00:00 2001 From: Frank John Begornia Date: Tue, 13 Jan 2026 00:56:11 +0800 Subject: [PATCH] fix: update docker-compose to use pre-built image instead of build context --- docker-compose.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 0ad3c58..6353a1f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,8 +1,6 @@ services: tablejerseys-web: - build: - context: . - dockerfile: Dockerfile + image: tablejerseys-web:latest container_name: tablejerseys-web # ports: # - "3001:3000" # Using 3001 to avoid conflict with other apps on port 3000