notify (0.1.34)
Published 2024-11-09 05:00:09 +01:00 by mthie
Installation
docker pull docker.mthie.com/mthie.com/notify:0.1.34sha256:2ea4aa117a9b01cc3cf0bafd027444d0e63e3eddb3868a7fe9803db9c5cabfbb
Image Layers
| ADD file:5dd525c57625a3a84d57d435b3c255f417ad1722250faaf006c66b9090207f66 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"] |