sha256:0fec550ed91a50308990e193593553dc509f3af6eb03d585b918c7fa4d455c11
OS/ARCH
linux/amd64
Compressed size
95.11 MB
Last pushed
about 1 month by yeuoly
Type
Image
Manifest digest
sha256:4c534d90c09481c34771d1d969105eed932a109b83171d1af3eba43533fa8db4
Image Layers
1add root layout2.32 KB2mount /out from exec sh84.32 MB3add users and groups370 B4mkdir /app78 B5add metadata6.09 KB6RUN /bin/sh -c apk update5.26 MB7ENV NODE_ENV=production API_URL=http://localhost:8082 PORT=3000 TZ=UTC0 B8RUN /bin/sh -c ln -s199 B9RUN /bin/sh -c mkdir -p117 B10WORKDIR /app/web34 B11COPY --chown=nodejs:nodejs /app/web/public ./public #5.37 KB12COPY --chown=nodejs:nodejs /app/web/.next/standalone ./ #4.43 MB13COPY --chown=nodejs:nodejs /app/web/.next/static ./.next/static #1.08 MB14COPY --chown=nodejs:nodejs docker/entrypoint.sh ./entrypoint.sh #391 B15RUN /bin/sh -c chmod +x34 B16ARG COMMIT_SHA0 B17ENV COMMIT_SHA=e28549550 B18HEALTHCHECK &{["CMD-SHELL" "node -e \"require('http').get('http://localhost:3000/health',0 B19USER nodejs0 B20EXPOSE map[3000/tcp:{}]0 B21ENTRYPOINT ["/sbin/tini" "--" "/bin/sh" "./entrypoint.sh"]0 BCommand
add root layout