mirror of
https://github.com/kjuulh/dagger-rs.git
synced 2025-12-06 10:33:19 +01:00
feat: update to dagger-5.1
This commit is contained in:
@@ -7,7 +7,7 @@ async fn main() -> eyre::Result<()> {
|
||||
let host_source_dir = client.host().directory_opts(
|
||||
"./examples/caching/app",
|
||||
dagger_sdk::HostDirectoryOptsBuilder::default()
|
||||
.exclude(vec!["node_modules", "ci/"])
|
||||
.exclude(vec!["node_modules/", "ci/"])
|
||||
.build()?,
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user