🔨(Tilt) add y-webrtc-signaling

Add docker_build config to build y-webrtc-signaling.
This commit is contained in:
Anthony LC
2024-04-15 12:52:20 +02:00
committed by Anthony LC
parent f3f5f190a5
commit e901103c8b
2 changed files with 11 additions and 1 deletions

View File

@@ -17,6 +17,17 @@ docker_build(
]
)
docker_build(
'localhost:5001/impress-y-webrtc-signaling:latest',
context='..',
dockerfile='../src/frontend/Dockerfile',
only=['./src/frontend/', './docker/', './dockerignore'],
target = 'y-webrtc-signaling',
live_update=[
sync('../src/frontend', '/home/frontend'),
]
)
docker_build(
'localhost:5001/impress-frontend:latest',
context='..',