FROM ehlxr/alpine LABEL maintainer="ehlxr " COPY ./dist/ddgo /usr/local/bin/ COPY ./entrypoint.sh /entrypoint.sh ENTRYPOINT ["sh", "/entrypoint.sh"]