🔨(Tilt) add y-webrtc-signaling
Add docker_build config to build y-webrtc-signaling.
This commit is contained in:
11
bin/Tiltfile
11
bin/Tiltfile
@@ -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(
|
docker_build(
|
||||||
'localhost:5001/impress-frontend:latest',
|
'localhost:5001/impress-frontend:latest',
|
||||||
context='..',
|
context='..',
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
NEXT_PUBLIC_API_URL=https://impress.127.0.0.1.nip.io/api/v1.0/
|
|
||||||
Reference in New Issue
Block a user