- https://jeezft.xyz
-
Shitcoding frfr
- Joined on
2025-09-30
Block a user
vpnsite (botapi)
Published 2026-05-15 15:03:02 +12:00 by jeezft
Installation
docker pull gitea.jeezft.xyz/jeezft/vpnsite:botapisha256:59ccc477791b1e54f6c2fdce914b5483911e64ea90f75ff34ba14a52ee64cd40
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"] |