Jordan Hogetoorn jhogetoorn

dynabacker (dev-latest)

Published 2025-06-18 01:14:33 +02:00 by jhogetoorn

Installation

docker pull git.c3dprinting.nl/jhogetoorn/dynabacker:dev-latest
sha256:045025e9b63803de555dd6e87d38a1f6bb1ce9b0f5d518f836526004355ff88a

Image Layers

ADD alpine-minirootfs-3.22.0-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
WORKDIR /usr/src/app
ENV ALPINE_MIRROR=http://dl-cdn.alpinelinux.org/alpine
RUN /bin/sh -c echo "${ALPINE_MIRROR}/v3.11/main/" >> /etc/apk/repositories # buildkit
RUN /bin/sh -c apk add --update --no-cache nodejs --repository="http://dl-cdn.alpinelinux.org/alpine/v3.11/main/" # buildkit
RUN /bin/sh -c apk add --update --no-cache npm # buildkit
COPY package*.json ./ # buildkit
RUN /bin/sh -c npm install # buildkit
COPY . . # buildkit
EXPOSE map[8000/tcp:{}]
CMD ["node" "index.js"]
Details
Container
2025-06-18 01:14:33 +02:00
0
OCI / Docker
linux/amd64
37 MiB
Versions (2) View all
dev-latest 2025-06-18
115d4aa 2025-06-18