update at 2019-11-15 18:05:28 by ehlxr

This commit is contained in:
2019-11-15 18:05:28 +08:00
commit 44e1b38f0f
8 changed files with 387 additions and 0 deletions

8
Dockerfile Normal file
View File

@@ -0,0 +1,8 @@
FROM ehlxr/alpine
LABEL maintainer="ehlxr <ehlxr.me@gmail.com>"
COPY ./dist/ddgo_linux_amd64 /usr/local/bin/ddgo
ENTRYPOINT ["/usr/local/bin/ddgo"]