Sign inSign up

need4swede/athena-web-backend:dbb2826

Multi-platform
Index digest

sha256:c53c846d1afd645807ca84410f6babc235a137fd0657290d6a1f5433c45afe61

OS/ARCH

Compressed size

312.61 MB

Last pushed

4 months by need4swede

Type

Image

Manifest digest

sha256:9097c8eb191b49e5411859f0148d1e89c114e682c136ab61db490caa76a32e62

Image Layers

1ADD alpine-minirootfs-3.23.4-x86_64.tar.gz / # buildkit3.69 MB
2CMD ["/bin/sh"]0 B
3ENV NODE_VERSION=20.20.20 B
4RUN /bin/sh -c addgroup -g41.23 MB
5ENV YARN_VERSION=1.22.220 B
6RUN /bin/sh -c apk add1.2 MB
7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit445 B
8ENTRYPOINT ["docker-entrypoint.sh"]0 B
9CMD ["node"]0 B
10RUN /bin/sh -c apk add116.18 MB
11RUN /bin/sh -c addgroup -g1017 B
12RUN /bin/sh -c mkdir -p96 B
13USER nodejs0 B
14WORKDIR /app32 B
15COPY --chown=nodejs:nodejs server/package*.json ./ #55.97 KB
16RUN /bin/sh -c npm ci78.07 MB
17COPY --chown=nodejs:nodejs server/. . #35.58 MB
18COPY --chown=nodejs:nodejs database /app/database #21.44 KB
19COPY --chown=nodejs:nodejs athena /app/athena #182.2 KB
20COPY --chown=nodejs:nodejs public /app/public #2.19 MB
21RUN /bin/sh -c python3 -m3.75 MB
22ENV PATH=/app/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B
23ENV VIRTUAL_ENV=/app/venv0 B
24RUN /bin/sh -c pip3 install30.27 MB
25RUN /bin/sh -c npm run208.89 KB
26COPY --chown=nodejs:nodejs server/docker-entrypoint.sh /app/docker-entrypoint.sh #32 B
27RUN /bin/sh -c chmod +x2.64 KB
28EXPOSE [36464/tcp]0 B
29HEALTHCHECK {Test:[CMD-SHELL node healthcheck.js] Interval:30s0 B
30ENTRYPOINT ["/app/docker-entrypoint.sh"]0 B
31CMD ["npm" "start"]0 B

Command

ADD alpine-minirootfs-3.23.4-x86_64.tar.gz / # buildkit