Sign inSign up

syncin/server:1.9.6

Multi-platform
Integration & delivery
API management
Content management system
Index digest

sha256:3009604196f0c511c5f17e66cd17c650add58382335126910f7efbf49436f0a3

OS/ARCH

Compressed size

113.28 MB

Last pushed

9 months by johaven

Type

Image

Manifest digest

sha256:f3bbfb9ef8f32a1727dbc53d372b90b0c877b41b4115b87e597dbaaca9873c62

Image Layers

1ADD alpine-minirootfs-3.22.2-aarch64.tar.gz / # buildkit3.95 MB
2CMD ["/bin/sh"]0 B
3ENV NODE_VERSION=22.21.10 B
4RUN /bin/sh -c addgroup -g48.9 MB
5ENV YARN_VERSION=1.22.220 B
6RUN /bin/sh -c apk add1.2 MB
7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit444 B
8ENTRYPOINT ["docker-entrypoint.sh"]0 B
9CMD ["node"]0 B
10RUN /bin/sh -c apk add11.39 KB
11WORKDIR /app32 B
12COPY --chown=8888:8888 /build/LICENSE . #11.62 KB
13COPY --chown=8888:8888 /build/dist/ . #8.34 MB
14COPY --chown=8888:8888 /build/package.json ./server/ #1.22 KB
15COPY --chown=8888:8888 /build/node_modules ./node_modules #50.85 MB
16COPY --chown=8888:8888 /build/backend/migrations ./migrations #15.08 KB
17COPY --chown=8888:8888 /build/environment/environment.dist.yaml ./environment/environment.dist.yaml #2.32 KB
18COPY --chown=8888:8888 --chmod=755 /build/scripts/docker-sync-in-server.sh ./sync-in-server.sh614 B
19COPY --chown=8888:8888 --chmod=755 /build/scripts/docker-entrypoint.sh ./entrypoint.sh594 B
20ENV NODE_ENV=production0 B
21ENV NPM_CONFIG_UPDATE_NOTIFIER=false0 B
22ENV PUID=88880 B
23ENV PGID=88880 B
24EXPOSE [8080/tcp]0 B
25ENTRYPOINT ["./entrypoint.sh"]0 B
26CMD ["/bin/sh" "sync-in-server.sh"]0 B

Command

ADD alpine-minirootfs-3.22.2-aarch64.tar.gz / # buildkit