🩹(tilt) fix minor indentation issue in the Tilt file
No functional impact, just a formatting cleanup.
This commit is contained in:
committed by
aleb_the_flash
parent
e18b732776
commit
002c7c0e42
@@ -70,7 +70,7 @@ docker_build(
|
|||||||
'localhost:5001/meet-agents:latest',
|
'localhost:5001/meet-agents:latest',
|
||||||
context='../src/agents',
|
context='../src/agents',
|
||||||
dockerfile='../src/agents/Dockerfile',
|
dockerfile='../src/agents/Dockerfile',
|
||||||
only=['.'],
|
only=['.'],
|
||||||
target = 'production',
|
target = 'production',
|
||||||
live_update=[
|
live_update=[
|
||||||
sync('../src/agents', '/app'),
|
sync('../src/agents', '/app'),
|
||||||
|
|||||||
Reference in New Issue
Block a user