|
|
@ -18,6 +18,10 @@ Or build manualy: `docker build -t <you image name> .` |
|
|
|
And run it: |
|
|
|
And run it: |
|
|
|
`docker run -p <host port>:8081 --name <you container name> --env-file=./tg-bot-api.env <you image name>` |
|
|
|
`docker run -p <host port>:8081 --name <you container name> --env-file=./tg-bot-api.env <you image name>` |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## This image on dockerhub |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Built for linux OS amd64 and arm/v7 arch https://hub.docker.com/r/bearns/tg-bot-api-server |
|
|
|
|
|
|
|
|
|
|
|
## Crossbuild |
|
|
|
## Crossbuild |
|
|
|
|
|
|
|
|
|
|
|
Use qemu and buildx if you need it. |
|
|
|
Use qemu and buildx if you need it. |
|
|
|