tweb
tweb copied to clipboard
tweb in a ready docker image
Is there possible to prepare a docker ready image for dockerhub for others to pull it?
Support~! __
Very useful!
I want this as well.
Hello community,
I have create docker services, for develop env and also production build, check my PR #332
I also created an image https://hub.docker.com/r/elgammalx/tweb/tags based on Nginx ready to be deployed.
You can use docker build -f ./.docker/Dockerfile_production -t {dockerhub-username}/{imageName}:{latest} .
to build your production ready image.
My build use in docker-compose.yaml
file
services:
tweb.production:
image: elgammalx/tweb
ports:
- 80:80