Sign inSign up

langgenius/dify-enterprise-frontend:3b672b55-arm64

Index digest

sha256:f39f9a47f51b0f43aedde6f6ad1d7aa4e756aa4f3ed934ada51c12a6a6a2b03c

OS/ARCH

linux/arm64

Compressed size

110.4 MB

Last pushed

about 1 month by yeuoly

Type

Image

Manifest digest

sha256:960625256ec62a0495b04b964cd42a719a0d5d891837ff6448276b8daef72625

Image Layers

1add root layout2.03 KB
2mount /out from exec sh84.51 MB
3add users and groups378 B
4mkdir /app78 B
5add metadata6.1 KB
6RUN /bin/sh -c apk update5.18 MB
7ENV NODE_ENV=production API_URL=http://localhost:8082 PORT=3000 TZ=UTC0 B
8RUN /bin/sh -c ln -s201 B
9RUN /bin/sh -c mkdir -p120 B
10WORKDIR /app/web34 B
11COPY --chown=nodejs:nodejs /app/web/public ./public #5.37 KB
12COPY --chown=nodejs:nodejs /app/web/.next/standalone ./ #19.72 MB
13COPY --chown=nodejs:nodejs /app/web/.next/static ./.next/static #1006.22 KB
14COPY --chown=nodejs:nodejs docker/entrypoint.sh ./entrypoint.sh #392 B
15RUN /bin/sh -c chmod +x34 B
16ARG COMMIT_SHA0 B
17ENV COMMIT_SHA=3b672b550 B
18HEALTHCHECK &{["CMD-SHELL" "node -e \"require('http').get('http://localhost:3000/health',0 B
19USER nodejs0 B
20EXPOSE map[3000/tcp:{}]0 B
21ENTRYPOINT ["/sbin/tini" "--" "/bin/sh" "./entrypoint.sh"]0 B

Command

add root layout