Jordan Hogetoorn jhogetoorn

radioconnect (2ca6aa4)

Published 2024-06-05 11:26:32 +02:00 by jhogetoorn

Installation

docker pull git.c3dprinting.nl/jhogetoorn/radioconnect:2ca6aa4
sha256:2766dce7fe4979d3ad65b67d35430b181326ba7c9900c8579b727456e990e0f0

Image Layers

ADD file:e3abcdba177145039cfef1ad882f9f81a612a24c9f044b19f713b95454d2e3f6 in /
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-06-05 11:26:32 +02:00
1
OCI / Docker
linux/amd64
53 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