Readme: mariadb note, wtforms and database sections, app publishing; Makefile: docker-push

This commit is contained in:
DarkCat09 2023-03-01 19:39:12 +04:00
parent 5516a7d29e
commit dab01abf2b
2 changed files with 53 additions and 4 deletions

View file

@ -16,6 +16,10 @@ docker:
python3 -m dotenv -f version_code run \
docker build -t ${REPO_OWNER_LOWER}/${REPO_NAME_SNAKE}:$$VERSION .
docker-push:
python3 -m dotenv -f version_code run \
docker push ${REPO_OWNER_LOWER}/${REPO_NAME_SNAKE}:$$VERSION
clean:
rm -rf app/__pycache__
rm -rf app/*/__pycache__