Block a user
radioconnect (be46a12)
Published 2024-06-13 02:50:22 +02:00 by jhogetoorn
Installation
docker pull git.c3dprinting.nl/jhogetoorn/radioconnect:be46a12sha256:4f3327f2ef4c6e6f2dcd383f4e23fd3353c21162df58796402c317875d60c4f8
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"] |