Block a user
hitstar (c9be49d9)
Installation
docker pull git.kresse.dev/masterelmar/hitstar:c9be49d9sha256:6e094d9acf042220989ef3f7d58f2530f289f68d2a1f94bdbcd09a73ce92791c
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 1a538d1c30 | linux/amd64 | 77 MiB |
Image Layers ( linux/amd64)
| # 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 src/server-deno/ . # buildkit |
| RUN /bin/sh -c deno cache main.ts # buildkit |
| ENV DENO_ENV=production PORT=5173 |
| EXPOSE map[5173/tcp:{}] |
| COPY src/server-deno/ . # buildkit |
| CMD ["deno" "run" "--allow-net" "--allow-read=/app/data,/app/public" "--allow-env" "--allow-write=/app/data" "main.ts"] |
Details
Versions (44)
View all