Jordan Hogetoorn jhogetoorn

jhogetoorn/test (7abb989)

Published 2024-05-23 03:13:42 +02:00 by jhogetoorn

Installation

docker pull git.c3dprinting.nl/jhogetoorn/jhogetoorn/test:7abb989
sha256:313c88c57b50abe2631d8fa53e38320cd52b365be135f50eaa4cc64b9ee4a9c6

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-05-23 03:13:42 +02:00
0
OCI / Docker
linux/amd64
29 MiB
Versions (5) View all