⚡️(tilt) fix cp for linux users
Fix the cp permission issue for linux users
This commit is contained in:
committed by
aleb_the_flash
parent
6e81b55403
commit
d70dc41643
@@ -49,7 +49,7 @@ clean_old_images('localhost:5001/meet-summary')
|
|||||||
# This is necessary because we need to inject the certificate into our LiveKit container
|
# This is necessary because we need to inject the certificate into our LiveKit container
|
||||||
local_resource(
|
local_resource(
|
||||||
'copy-root-ca',
|
'copy-root-ca',
|
||||||
cmd='cp "$(mkcert -CAROOT)/rootCA.pem" ../docker/livekit/rootCA.pem',
|
cmd='cp -f "$(mkcert -CAROOT)/rootCA.pem" ../docker/livekit/rootCA.pem',
|
||||||
deps=[], # No dependencies needed
|
deps=[], # No dependencies needed
|
||||||
)
|
)
|
||||||
# Build a custom LiveKit Docker image that includes our root CA certificate
|
# Build a custom LiveKit Docker image that includes our root CA certificate
|
||||||
|
|||||||
Reference in New Issue
Block a user