Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 377 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 377 Bytes

Hogarcito

Start the project

Execute

docker build -t hogarcito .
docker run --rm -it -p 8000:8000 -v ${PWD}:/app hogarcito mkdocs serve

Run the project in windows

docker run --rm --env-file .env -v ${PWD}:/app hogarcito pdm run console downvote
docker run --rm --env-file .env -v %cd%:/app hogarcito pdm run console downvote