From fb68f926b1517eeec0c023daee59a4db0fda1119 Mon Sep 17 00:00:00 2001 From: Nils-Johan Gynther Date: Fri, 10 Apr 2026 17:20:59 +0200 Subject: [PATCH] Update recipe-api service in compose.yml to use pre-built image instead of build context. ex. recipe-api:local --- compose.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/compose.yml b/compose.yml index f3432e53..72f9de33 100644 --- a/compose.yml +++ b/compose.yml @@ -12,9 +12,7 @@ services: - recipe-internal recipe-api: - build: - context: ./backend - dockerfile: Dockerfile + image: recipe-api:local container_name: recipe-api restart: unless-stopped environment: