Skip to content

MarkRatFelt/docker-flask-nginx-uwsgi-tesseract

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-flask-nginx-uwsgi-tesseract

This is a little docker project with flask, nginx, uwsgi and tesseract.

You gotta change the 3. line in nginx_app.conf with your server ip

Put your project in the /app folder and user main.py as the main script.

Of course you can change all that.

run it

sudo docker build -t your_project . sudo docker run -d -p 80:80 your_project

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages