Sign inSign up

syncin/server:2.2.1

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

sha256:c68c829dbfd9b4618fc66e7984d1a58d1b155d19487ee281419cff3494961d12

OS/ARCH

Compressed size

138.07 MB

Last pushed

5 months by johaven

Type

Image

Manifest digest

sha256:73e274f1e4b856b1f28fab32b01249927e78c7211247c4af55340d27513c6994

Image Layers

1ADD alpine-minirootfs-3.23.4-x86_64.tar.gz / # buildkit3.69 MB
2CMD ["/bin/sh"]0 B
3ENV NODE_VERSION=24.15.00 B
4RUN /bin/sh -c addgroup -g49.12 MB
5ENV YARN_VERSION=1.22.220 B
6RUN /bin/sh -c apk add1.2 MB
7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit446 B
8ENTRYPOINT ["docker-entrypoint.sh"]0 B
9CMD ["node"]0 B
10RUN /bin/sh -c apk add12.79 KB
11WORKDIR /app32 B
12COPY --chown=8888:8888 /build/LICENSE . #11.62 KB
13COPY --chown=8888:8888 /build/dist/ . #9.06 MB
14COPY --chown=8888:8888 /build/package.json ./server/ #1.25 KB
15COPY --chown=8888:8888 /build/node_modules ./node_modules #74.96 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 #5.24 KB
18COPY --chown=8888:8888 --chmod=755 /build/scripts/docker-sync-in-server.sh ./sync-in-server.sh898 B
19COPY --chown=8888:8888 --chmod=755 /build/scripts/docker-entrypoint.sh ./entrypoint.sh636 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.23.4-x86_64.tar.gz / # buildkit