chattybot (sha256:db5db8cf36e5d9b4f33c67b8c2bfe11412b6045175a9c63a48a37366391f1c4c)
Installation
docker pull git.thonlog.com/anthonykwon/chattybot@sha256:db5db8cf36e5d9b4f33c67b8c2bfe11412b6045175a9c63a48a37366391f1c4csha256:db5db8cf36e5d9b4f33c67b8c2bfe11412b6045175a9c63a48a37366391f1c4cImage layers
| ADD alpine-minirootfs-3.22.1-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| RUN /bin/sh -c apk add nodejs npm # buildkit |
| RUN /bin/sh -c apk add autoconf automake gcc g++ libtool make python3 # buildkit |
| RUN /bin/sh -c mkdir /opt/app # buildkit |
| WORKDIR /opt/app |
| COPY ./ ./ # buildkit |
| RUN /bin/sh -c npm install && npm run build # buildkit |
| RUN /bin/sh -c apk del autoconf automake gcc g++ libtool make python3 # buildkit |
| RUN /bin/sh -c rm -r /opt/app/src /opt/app/global.d.ts /opt/app/tsconfig.json # buildkit |
| ENTRYPOINT ["/usr/bin/npm" "start"] |
Details
Versions (2)
View all
4.0.0
2025-09-20
4.0.0-beta.4.1
2025-09-20