FROM alpine:dev COPY ./super /usr/bin/super RUN chmod +x /usr/bin/super ENTRYPOINT [ "/usr/bin/tail", "-f", "/dev/null" ]