mirror of
https://github.com/versia-pub/activitypub.git
synced 2026-03-13 10:59:17 +01:00
fix: docker build
This commit is contained in:
parent
b8bac014a2
commit
c7798ac5e4
3 changed files with 14 additions and 19 deletions
|
|
@ -150,8 +150,8 @@ async fn main() -> actix_web::Result<(), anyhow::Error> {
|
|||
env_logger::init_from_env(env_logger::Env::new().default_filter_or("info"));
|
||||
|
||||
//TODO remove this
|
||||
lysand::test::main().await?;
|
||||
return Ok(());
|
||||
//lysand::test::main().await?;
|
||||
//return Ok(());
|
||||
|
||||
let ap_id = Url::parse(&format!(
|
||||
"https://{}/{}",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue