ddgo/Dockerfile
2019-11-14 17:13:45 +08:00

9 lines
172 B
Docker

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"]