mirror of
https://github.com/perstarkse/minne.git
synced 2026-07-04 12:01:48 +02:00
release: 0.1.1
fix: docker build dep
This commit is contained in:
@@ -113,7 +113,7 @@ async fn fetch_article_from_url(
|
||||
#[cfg(feature = "docker")]
|
||||
{
|
||||
// Use this when compiling for docker
|
||||
let options = LaunchOptionsBuilder::default()
|
||||
let options = headless_chrome::LaunchOptionsBuilder::default()
|
||||
.sandbox(false)
|
||||
.build()
|
||||
.map_err(|e| AppError::InternalError(e.to_string()))?;
|
||||
|
||||
Reference in New Issue
Block a user