Jordan Hogetoorn jhogetoorn

linkhub (8cb843b)

Published 2024-06-09 03:09:00 +02:00 by jhogetoorn

Installation

docker pull git.c3dprinting.nl/jhogetoorn/linkhub:8cb843b
sha256:57ed9313aa11e0274c8b75a0e43b4347e32147118f4a3f520abf10dee6bf6757

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-09 03:09:00 +02:00
2
OCI / Docker
linux/amd64
32 MiB
Versions (5) View all
c004c9a 2024-06-20
8cb843b 2024-06-09
8045d9d 2024-06-06
e77bede 2024-06-05
e9c91d1 2024-06-05