Sign inSign up

bobdu/chatgpt-web:v3.4.1-beta.3

Multi-platform
Index digest

sha256:ad214d9bf409ffe713d2ef36e46a3d6f5b6f145ab48928ab8283ecb4e1b07de2

OS/ARCH

Compressed size

83.71 MB

Last pushed

about 1 year by bobdu

Type

Image

Manifest digest

sha256:ed4a42257b510e4dd1579de5bc3436e8101cc40238d4342f6d869865a0724276

Image Layers

1ADD alpine-minirootfs-3.22.0-x86_64.tar.gz / # buildkit3.62 MB
2CMD ["/bin/sh"]0 B
3ENV NODE_VERSION=22.16.00 B
4RUN /bin/sh -c addgroup -g48.6 MB
5ENV YARN_VERSION=1.22.220 B
6RUN /bin/sh -c apk add1.2 MB
7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit446 B
8ENTRYPOINT ["docker-entrypoint.sh"]0 B
9CMD ["node"]0 B
10RUN /bin/sh -c apk add17.69 KB
11RUN /bin/sh -c npm install8.58 MB
12WORKDIR /app93 B
13COPY /service/package.json /app # buildkit857 B
14COPY /service/pnpm-lock.yaml /app # buildkit54.24 KB
15RUN /bin/sh -c pnpm install20.02 MB
16COPY /service /app # buildkit31.16 KB
17COPY /app/dist /app/public # buildkit1.55 MB
18COPY /app/build /app/build # buildkit27.89 KB
19EXPOSE map[3002/tcp:{}]0 B
20ENTRYPOINT ["/sbin/tini" "--"]0 B
21CMD ["node" "--import" "tsx/esm" "./build/index.js"]0 B

Command

ADD alpine-minirootfs-3.22.0-x86_64.tar.gz / # buildkit