sha256:476a88884045afb2e57cb37ec5e19d9b3a505b1db51d91770fa1913bbfa8de85
OS/ARCH
linux/amd64
Compressed size
95.32 MB
Last pushed
19 days by yeuoly
Type
Image
Manifest digest
sha256:f4d3f2561c3e4da08f874a0f65d71793d812846ddb952ed0366632908aebeca7
Image Layers
1add root layout2.31 KB2mount /out from exec sh84.48 MB3add users and groups373 B4mkdir /app76 B5add metadata6.07 KB6RUN /bin/sh -c apk update5.51 MB7ENV NODE_ENV=production API_URL=http://localhost:8082 PORT=3000 TZ=UTC0 B8RUN /bin/sh -c ln -s200 B9RUN /bin/sh -c mkdir -p120 B10WORKDIR /app/web34 B11COPY --chown=nodejs:nodejs /app/web/public ./public #5.37 KB12COPY --chown=nodejs:nodejs /app/web/.next/standalone ./ #4.34 MB13COPY --chown=nodejs:nodejs /app/web/.next/static ./.next/static #1006.14 KB14COPY --chown=nodejs:nodejs docker/entrypoint.sh ./entrypoint.sh #394 B15RUN /bin/sh -c chmod +x34 B16ARG COMMIT_SHA0 B17ENV COMMIT_SHA=acf0acf20 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