scale (be)
Published 2025-10-25 07:06:04 +00:00 by martin
Installation
docker pull gitea.hnatekmar.xyz/public/scale:besha256:5f07bfea5b89d10aec3aa522577f7d805db25b5a9484cf7d358b05fb6b449858Image Layers
| ADD alpine-minirootfs-3.22.2-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| RUN /bin/sh -c apk --no-cache add ca-certificates # buildkit |
| RUN /bin/sh -c adduser -D -s /bin/sh appuser # buildkit |
| WORKDIR /home/appuser |
| COPY /app/scale-be . # buildkit |
| EXPOSE map[8080/tcp:{}] |
| HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:8080/ || exit 1"] "30s" "3s" "5s" "0s" '\x03'} |
| CMD ["./scale-be"] |