Jordan Hogetoorn jhogetoorn

radioconnect (3e3f64b)

Published 2024-12-06 03:35:51 +01:00 by jhogetoorn

Installation

docker pull git.c3dprinting.nl/jhogetoorn/radioconnect:3e3f64b
sha256:d41b9b776adfc9a75e182ceb9dd25f7bd8c87d0ff7d23c1d6f8b3e677d8c22b7

Image Layers

ADD alpine-minirootfs-3.21.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[3000/tcp:{}]
CMD ["npm" "start"]
Details
Container
2024-12-06 03:35:51 +01:00
1
OCI / Docker
linux/amd64
57 MiB
Versions (67) View all
dev-latest 2025-11-28
4554f00 2025-11-28
183f501 2025-09-16
9b5646c 2025-03-07
5181ebf 2025-03-06