dockerfile
This commit is contained in:
parent
9b5c7a42b2
commit
39f3f3ce16
2 changed files with 7 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "dip"
|
||||
description = "Configurable webhook server."
|
||||
version = "0.1.0"
|
||||
version = "0.1.2"
|
||||
authors = ["Michael Zhang <failed.down@gmail.com>"]
|
||||
|
||||
[dependencies]
|
||||
|
|
6
Dockerfile
Normal file
6
Dockerfile
Normal file
|
@ -0,0 +1,6 @@
|
|||
FROM ekidd/rust-musl-builder
|
||||
|
||||
COPY . ./
|
||||
RUN sudo chown -R rust:rust .
|
||||
|
||||
CMD cargo build --release
|
Loading…
Reference in a new issue