feat: read local dockerbuild.json first
This commit is contained in:
@@ -9,7 +9,7 @@ use std::fs;
|
||||
use std::env;
|
||||
use std::path::{Path, PathBuf};
|
||||
use rust_util::util_file;
|
||||
pub use docker_util::DockerCmd;
|
||||
use docker_util::DockerCmd;
|
||||
|
||||
fn main() {
|
||||
information!("{} v{}", env!("CARGO_PKG_NAME"), env!("CARGO_PKG_VERSION"));
|
||||
|
||||
Reference in New Issue
Block a user