feat: read local dockerbuild.json first

This commit is contained in:
2020-11-22 00:11:26 +08:00
parent 47fb8fef66
commit 3d7cbb0d65
6 changed files with 7 additions and 6 deletions

View File

@@ -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"));