dockerfile

This commit is contained in:
Michael Zhang 2018-09-01 00:10:25 -05:00
parent 9b5c7a42b2
commit 39f3f3ce16
No known key found for this signature in database
GPG key ID: A1B65B603268116B
2 changed files with 7 additions and 1 deletions

View file

@ -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
View file

@ -0,0 +1,6 @@
FROM ekidd/rust-musl-builder
COPY . ./
RUN sudo chown -R rust:rust .
CMD cargo build --release