Block a user
vendasbot-api (latest)
Published 2026-07-07 15:41:45 +00:00 by carlinhos
Installation
docker pull git.carlinhos.xyz/carlinhos/vendasbot-api:latestsha256:86f952cede549aa5884b34c81f96ae477f805580878e38a8574416fdc98307db
Images
| Digest | OS / Arch | Size |
|---|---|---|
| c4ac707feb | linux/amd64 | 15 MiB |
Image Layers ( linux/amd64)
| ADD alpine-minirootfs-3.21.7-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| WORKDIR /app |
| RUN /bin/sh -c apk add --no-cache ca-certificates tzdata wget # buildkit |
| COPY /out/api ./api # buildkit |
| COPY /out/worker ./worker # buildkit |
| COPY backend/migrations ./migrations # buildkit |
| EXPOSE map[8080/tcp:{}] |
| ENV APP_ENV=production |
| ENV APP_PORT=8080 |
| CMD ["./api"] |