Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 213 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 213 Bytes

Run Using Docker:

git clone https://github.com/fristhon/django-blog.git
cd django-blog
cp secret.json pyblog
docker build -t django-blog .
docker run --name pyblog -dp 8000:8000 django-blog