chattybot (sha256:81f5bd21081df3c13ea331f74bc7c33381eff466707a8f52a178f66eb6515bd7)
Installation
docker pull git.thonlog.com/anthonykwon/chattybot@sha256:81f5bd21081df3c13ea331f74bc7c33381eff466707a8f52a178f66eb6515bd7sha256:81f5bd21081df3c13ea331f74bc7c33381eff466707a8f52a178f66eb6515bd7Image layers
| ADD alpine-minirootfs-3.22.1-aarch64.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