Block a user
peiliaobiao (v0.0.2)
Published 2025-03-09 16:56:35 +08:00 by laily
Installation
docker pull git.yumee.top/laily/peiliaobiao:v0.0.2sha256:d2cae63816afb555f229d17920d7b08b7b138ce29ed58654d51ef60be201e232
Image Layers
| BusyBox 1.37.0 (glibc), Debian 12 |
| 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"] |