Jordan Hogetoorn jhogetoorn

radiometrics (de977b3)

Published 2024-07-12 01:47:40 +02:00 by jhogetoorn

Installation

docker pull git.c3dprinting.nl/jhogetoorn/radiometrics:de977b3
sha256:93b89b9c831fa0af9755a8fe9da0537a5cd249b4baed2f771522f3c727a4d7e5

Image Layers

ADD file:33ebe56b967747a97dcec01bc2559962bee8823686c9739d26be060381bbb3ca 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-07-12 01:47:40 +02:00
2
OCI / Docker
linux/amd64
30 MiB
Versions (4) View all
4abfe06 2025-01-11
de977b3 2024-07-12
9affc12 2024-07-12
0cc9337 2024-07-08