diff --git a/Cargo.toml b/Cargo.toml index 1142570..293d85a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "dip" description = "Configurable webhook server." -version = "0.1.0" +version = "0.1.2" authors = ["Michael Zhang "] [dependencies] diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..e134638 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,6 @@ +FROM ekidd/rust-musl-builder + +COPY . ./ +RUN sudo chown -R rust:rust . + +CMD cargo build --release \ No newline at end of file