Update recipe-api service in compose.yml to use pre-built image instead of build context. ex. recipe-api:local

This commit is contained in:
Nils-Johan Gynther
2026-04-10 17:20:59 +02:00
parent b9d5d87235
commit fb68f926b1
+1 -3
View File
@@ -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: