Production-ready Telegram Web K Docker image based on Nginx.
5.1K
Production-ready build of Telegram Web K, a web-based Telegram client, optimized for Nginx.
To build the Docker image, use the following command:
docker build -f ./.docker/Dockerfile_production -t your_dockerhub_username/tweb:latest .
This will start the container and expose the application on port 80.
The Dockerfile for the production image performs the following steps:
node:18 as the base image./app.pnpm globally and then uses it to install both development and production dependencies.nginx:stable-alpine3.19-slim image and copies the build files to the Nginx directory.For convenience, you can use the following docker-compose.yml to set up the production environment:
version: '3.8'
services:
telegram-web-k:
image: elgammalx/tweb
ports:
- "80:80"
Content type
Image
Digest
sha256:18f73cd31…
Size
40.9 MB
Last updated
4 months ago
docker pull elgammalx/tweb