commit 71b8a454708ddd505654cc031b80411e01ad9090 Author: Matthias Bilger Date: Mon Oct 21 15:06:41 2019 +0200 Initial commit diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..1bb2f55 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,6 @@ +FROM alpine:3.10 + +RUN apk install curl \ + && curl https://github.com/dnote/dnote/releases/download/server-v0.1.1/dnote_server_0.1.1_linux_amd64.tar.gz -o /tmp/dnote.tar.gz\ + && tar xzf /tmp/dnote.tar.gz +