notify (0.1.27)
Published 2023-09-29 17:58:07 +02:00 by mthie
Installation
docker pull docker.mthie.com/mthie.com/notify:0.1.27sha256:bc76cc85d9e8cd04246b6a0ac1f331ac0cc9b9efe624702d26e796ae0310ec10
Image Layers
| ADD file:756183bba9c7f4593c2b216e98e4208b9163c4c962ea0837ef88bd917609d001 in / |
| CMD ["/bin/sh"] |
| RUN /bin/sh -c apk update # buildkit |
| RUN /bin/sh -c apk add --no-cache libstdc++ ca-certificates tzdata # buildkit |
| COPY /usr/bin/notify.mthie.com /usr/bin/notify.mthie.com # buildkit |
| COPY /usr/local/lib/ /usr/local/lib/ # buildkit |
| RUN /bin/sh -c ls -lah /usr/local/lib # buildkit |
| RUN /bin/sh -c ldconfig -v /usr/local/lib # buildkit |
| EXPOSE map[80/tcp:{}] |
| CMD ["notify.mthie.com"] |