fix: use pre-built backend image to bypass Portainer git cache bug

This commit is contained in:
2026-06-22 18:19:52 -06:00
parent b734197f5c
commit 348c8a5bca
+1 -1
View File
@@ -19,7 +19,7 @@ services:
- internal
restart: unless-stopped
backend:
build: ./backend
build: commander-forge-backend:latest
environment:
- SECRET_KEY=${SECRET_KEY}
- ANTHROPIC_API_KEY=${ANTHROPIC_API_KEY}