Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 386 Bytes

File metadata and controls

15 lines (8 loc) · 386 Bytes

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