Jordan Hogetoorn jhogetoorn

radiorequester (48e60b0)

Published 2024-10-11 04:02:51 +02:00 by jhogetoorn

Installation

docker pull git.c3dprinting.nl/jhogetoorn/radiorequester:48e60b0
sha256:fccd5baf08a5f67c2f8d2e9f32551efe774b38a998878e11fd10124f4c7a0fd1

Image Layers

ADD file:5758b97d8301c84a204a6e516241275d785a7cade40b2fb99f01fe122482e283 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-10-11 04:02:51 +02:00
1
OCI / Docker
linux/amd64
42 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