chore(docker): :technologist: add script for local development, as used in npm start [skip ci]
Signed-off-by: Andrei Jiroh Halili <ajhalili2006@gmail.com>
andreijiroh.dev 2 years ago edeb81dc 349db1f8
··· 1 1 + #!/usr/bin/env bash 2 2 + 3 3 + if [ ! -f "$PWD/.venv/bin/mkdocs" ]; then 4 4 + "$PWD/.venv/bin/pip3" install -r requirements.txt 5 5 + fi 6 6 + 7 7 + "$PWD/.venv/bin/mkdocs" serve