Sign inSign up

langgenius/dify-enterprise-frontend:9e5be4f4-arm64

Index digest

sha256:09557e06d01ef23e023d1b5f396eba2392a1292670020fdfa33dc4eadf75b8ce

OS/ARCH

linux/arm64

Compressed size

95.48 MB

Last pushed

16 days by yeuoly

Type

Image

Manifest digest

sha256:38287094829c38aa0634afc12b8491c9151a5bb90e3b256d5b06a7b2e8d1f9fd

Image Layers

1add root layout2.03 KB
2mount /out from exec sh84.67 MB
3add users and groups374 B
4mkdir /app76 B
5add metadata6.07 KB
6RUN /bin/sh -c apk update5.5 MB
7ENV NODE_ENV=production API_URL=http://localhost:8082 PORT=3000 TZ=UTC0 B
8RUN /bin/sh -c ln -s202 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 ./ #4.32 MB
13COPY --chown=nodejs:nodejs /app/web/.next/static ./.next/static #1006.32 KB
14COPY --chown=nodejs:nodejs docker/entrypoint.sh ./entrypoint.sh #394 B
15RUN /bin/sh -c chmod +x34 B
16ARG COMMIT_SHA0 B
17ENV COMMIT_SHA=9e5be4f40 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