Block a user
komga-scripts (sha256:fba5ae34bcc874c432583a64bd199f5e5b9e7c875e15537a3abbaca0c89486b5)
Installation
docker pull git.oxypomme.fr/oxypomme/komga-scripts@sha256:fba5ae34bcc874c432583a64bd199f5e5b9e7c875e15537a3abbaca0c89486b5sha256:fba5ae34bcc874c432583a64bd199f5e5b9e7c875e15537a3abbaca0c89486b5Image Layers
| # debian.sh --arch 'amd64' out/ 'stable' '@1765152000' |
| RUN /bin/sh -c useradd --uid 1993 --user-group deno && mkdir /deno-dir/ && chown deno:deno /deno-dir/ # buildkit |
| ENV DENO_USE_CGROUPS=1 |
| ENV DENO_DIR=/deno-dir/ |
| ENV DENO_INSTALL_ROOT=/usr/local |
| ARG DENO_VERSION=2.6.3 |
| ENV DENO_VERSION=2.6.3 |
| COPY /deno /usr/bin/deno # buildkit |
| COPY /tini /tini # buildkit |
| COPY ./_entry.sh /usr/local/bin/docker-entrypoint.sh # buildkit |
| RUN |1 DENO_VERSION=2.6.3 /bin/sh -c chmod 755 /usr/local/bin/docker-entrypoint.sh # buildkit |
| ENTRYPOINT ["/tini" "--" "docker-entrypoint.sh"] |
| CMD ["eval" "console.log('Welcome to Deno!')"] |
| WORKDIR /app |
| COPY . . # buildkit |
| RUN /bin/sh -c deno install # buildkit |
| ENTRYPOINT ["deno" "run" "-P"] |