Block a user
claudequeue-app (sha256:df63f69c22ef23db29021cb4cdafecf7e6f443183eab572ed810142464adfb0c)
Published 2026-07-18 15:28:14 +00:00 by josh
Installation
docker pull git2.hesed.sbs/josh/claudequeue-app@sha256:df63f69c22ef23db29021cb4cdafecf7e6f443183eab572ed810142464adfb0csha256:df63f69c22ef23db29021cb4cdafecf7e6f443183eab572ed810142464adfb0cImage Layers
| ADD alpine-minirootfs-3.20.10-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| RUN /bin/sh -c apk add --no-cache php83 php83-pdo php83-pdo_mysql php83-pecl-redis php83-pecl-swoole php83-json php83-mbstring php83-openssl php83-pcntl php83-posix php83-tokenizer php83-ctype php83-fileinfo php83-curl composer nodejs npm git openssh-client curl bash # buildkit |
| RUN /bin/sh -c ln -sf /usr/bin/php83 /usr/bin/php # buildkit |
| WORKDIR /var/www/html |
| COPY composer.json ./ # buildkit |
| RUN /bin/sh -c composer install --no-dev --optimize-autoloader # buildkit |
| COPY package.json package-lock.json vite.config.js ./ # buildkit |
| RUN /bin/sh -c npm ci # buildkit |
| RUN /bin/sh -c mkdir -p /var/www/ssh-keys && chmod 700 /var/www/ssh-keys # buildkit |
| RUN /bin/sh -c mkdir -p /var/www/html/public/uploads/tasks && chmod 755 /var/www/html/public/uploads # buildkit |
| WORKDIR /var/www/html |
| COPY . . # buildkit |
| RUN /bin/sh -c composer install --no-dev --optimize-autoloader # buildkit |
| RUN /bin/sh -c npm install # buildkit |
| RUN /bin/sh -c npm run build # buildkit |
| EXPOSE [8080/tcp] |
| CMD ["php" "server.php"] |
Details
2026-07-18 15:28:14 +00:00
Versions (106)
View all
Container
1
OCI / Docker
linux/amd64
97 MiB
sha-8635ebf3e9c0
2026-08-08
latest
2026-08-08
sha-ac30c86da40e
2026-08-08
sha-98288baf8240
2026-08-08
sha-62657688fd2b
2026-08-08