harmonize docker commands

This commit is contained in:
leo
2026-02-24 16:16:56 +01:00
parent ce9f812a7e
commit 1d42dd26ed
6 changed files with 19 additions and 19 deletions
+2 -2
View File
@@ -59,7 +59,7 @@ docker_build(
context='../src/summary',
dockerfile='../src/summary/Dockerfile',
only=['.'],
target = 'production',
target = 'summary-production',
live_update=[
sync('../src/summary', '/app'),
]
@@ -71,7 +71,7 @@ docker_build(
context='../src/agents',
dockerfile='../src/agents/Dockerfile',
only=['.'],
target = 'production',
target = 'agents-production',
live_update=[
sync('../src/agents', '/app'),
]