Block a user
peiliaobiao (v0.0.8)
Published 2025-03-29 17:03:16 +08:00 by laily
Installation
docker pull git.yumee.top/laily/peiliaobiao:v0.0.8sha256:0b1e07574087d67c3e4eb4d5ad2764aa6cd66b50fe407f45347deba7f1daa6d0
Image Layers
| ADD alpine-minirootfs-3.20.3-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| RUN /bin/sh -c apk add --no-cache gcompat # buildkit |
| RUN /bin/sh -c adduser -D -g '' appuser # buildkit |
| WORKDIR /app |
| COPY /app/app . # buildkit |
| COPY /app/conf ./conf # buildkit |
| RUN /bin/sh -c mkdir -p /app/log # buildkit |
| RUN /bin/sh -c chown -R appuser /app # buildkit |
| USER appuser |
| ENV GIN_MODE=release |
| EXPOSE map[8080/tcp:{}] |
| ENTRYPOINT ["./app"] |