/cv-flask

Primary LanguageHTMLMIT LicenseMIT

cv-flask

Usage

Python

pip install -r requirements.txt

python main.py

Docker

You can build the image, and run it as

docker build --rm -f "Dockerfile" -t name:latest .

docker run -it -p 5000:5000 name:latest

Or pull the image directly from Dockerhub

docker run -it -p 5000:5000 andresry/about-me