| ADD alpine-minirootfs-3.23.4-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| /bin/sh -c apk add --no-cache git openssh-client tzdata tini go |
| /bin/sh -c adduser -D -h /home/athens athens |
| COPY file:16ff260ddc5f8861c26366a17e34c22e436c490a6904a814d3f0841cfb70aa41 in /bin/athens-proxy |
| COPY file:a892cbb5818d62f5d10a5e0332a82417472799e20ef57b4b630248b745f43376 in /config/config.toml |
| /bin/sh -c chmod 644 /config/config.toml && chown athens:athens /config/config.toml |
| USER athens |
| EXPOSE 3000 |
| ENTRYPOINT [ "/sbin/tini", "--" ] |
| CMD ["athens-proxy", "-config_file=/config/config.toml"] |