Jordan Hogetoorn jhogetoorn

radiometrics (4abfe06)

Published 2025-01-11 17:50:14 +01:00 by jhogetoorn

Installation

docker pull git.c3dprinting.nl/jhogetoorn/radiometrics:4abfe06
sha256:5ba052cabbfd072eeb2922badba12789933a7ccd8bf4a07a97b120a4dda89ba0

Image Layers

ADD alpine-minirootfs-3.21.2-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-01-11 17:50:14 +01:00
1
OCI / Docker
linux/amd64
34 MiB
Versions (4) View all
4abfe06 2025-01-11
de977b3 2024-07-12
9affc12 2024-07-12
0cc9337 2024-07-08