chattybot (4.0.0-beta.4.1)

Published 2025-09-20 20:36:49 +09:00 by AnthonyKwon in AnthonyKwon/chattybot

Installation

docker pull git.thonlog.com/anthonykwon/chattybot:4.0.0-beta.4.1
sha256:55a32de2daaa6c7c1291b5ef5a71b8c6c9fea54ba4d350c3adb45966dec082c4

Image 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
Container
2025-09-20 20:36:49 +09:00
0
OCI / Docker
linux/amd64
203 MiB
Versions (2) View all
4.0.0 2025-09-20
4.0.0-beta.4.1 2025-09-20