Skip to content

Commit

Permalink
Move dioxus-cli installation before copying source files in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
slackspace-io committed Apr 14, 2024
1 parent eb6968c commit ee62176
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ async fn main() {
#[cfg(feature = "server")]
use crate::database::client::create_table_if_not_exist;
create_table_if_not_exist().unwrap();
//working tokio stuff
tokio::task::spawn(services::scheduler::run_scheduler(settings.clone()));
let mut config = dioxus::fullstack::Config::new();

Expand Down

0 comments on commit ee62176

Please sign in to comment.