Jordan Hogetoorn jhogetoorn

radioplayer (b2ef0ef)

Published 2024-06-12 02:20:42 +02:00 by jhogetoorn

Installation

docker pull git.c3dprinting.nl/jhogetoorn/radioplayer:b2ef0ef
sha256:6ffb64041cebf0ac645b7c62c447976b4b6150582e14bb862c525b3b390545e1

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-12 02:20:42 +02:00
5
OCI / Docker
linux/amd64
40 MiB
Versions (11) View all
7eb33b3 2025-01-02
ead24e4 2025-01-02
5427de2 2024-12-31
28a807f 2024-12-06
5c937ac 2024-12-05