Jordan Hogetoorn jhogetoorn

radiorequester (f8f76ca)

Published 2025-03-09 22:41:10 +01:00 by jhogetoorn

Installation

docker pull git.c3dprinting.nl/jhogetoorn/radiorequester:f8f76ca
sha256:decf402027b5e63ecc44e55b7bf2cd600456ed74d0fe23327ebd4385c0a90dcb

Image Layers

ADD alpine-minirootfs-3.21.3-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
2025-03-09 22:41:10 +01:00
3
OCI / Docker
linux/amd64
46 MiB
Versions (17) View all
f8f76ca 2025-03-09
e138ef0 2025-02-04
9aa1a75 2025-01-23
3119ee7 2025-01-23
027db71 2025-01-23