- https://jeezft.xyz
-
Shitcoding frfr
- Joined on
2025-09-30
Block a user
vpnsite (botapi)
Published 2026-08-08 17:59:45 +12:00 by jeezft
Installation
docker pull gitea.jeezft.xyz/jeezft/vpnsite:botapisha256:846c7d7cfd9f449ffa1f991c963573071c6cda7f99da97950b8723c02a8b2804
Image Layers
| ADD alpine-minirootfs-3.21.6-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| RUN /bin/sh -c apk add --no-cache ca-certificates # buildkit |
| WORKDIR /app |
| COPY /app/botapi . # buildkit |
| ENV GIN_MODE=release |
| EXPOSE map[3040/tcp:{}] |
| CMD ["./botapi"] |