chattybot (4.0.0-beta.4.1)
Installation
docker pull git.thonlog.com/anthonykwon/chattybot:4.0.0-beta.4.1sha256:55a32de2daaa6c7c1291b5ef5a71b8c6c9fea54ba4d350c3adb45966dec082c4Image 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 ls -al # 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