Sign inSign up

langgenius/dify-enterprise-frontend:3685d568-amd64

Index digest

sha256:5b3a96090c8b0e8b4d01e224063a6d993f82eb69fe07f4a4db9d158f78c8a8aa

OS/ARCH

linux/amd64

Compressed size

95.33 MB

Last pushed

13 days by yeuoly

Type

Image

Manifest digest

sha256:e580f80371dbdd0251152fb09c3238fb0ed29a40aa76be333c918bab44ecee33

Image Layers

1add root layout2.31 KB
2mount /out from exec sh84.48 MB
3add users and groups373 B
4mkdir /app76 B
5add metadata6.07 KB
6RUN /bin/sh -c apk update5.52 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 ./ #4.34 MB
13COPY --chown=nodejs:nodejs /app/web/.next/static ./.next/static #1006.49 KB
14COPY --chown=nodejs:nodejs docker/entrypoint.sh ./entrypoint.sh #393 B
15RUN /bin/sh -c chmod +x34 B
16ARG COMMIT_SHA0 B
17ENV COMMIT_SHA=3685d5680 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