This commit is contained in:
2019-11-14 17:13:45 +08:00
parent e2fa0d4a38
commit 1e93285245
8 changed files with 296 additions and 14 deletions

9
Dockerfile Normal file
View File

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