Working Dockerfile and Compose.yml, makefile docker cmd

This commit is contained in:
DarkCat09 2023-02-17 15:55:52 +04:00
parent 13f10ab255
commit bd4c0987c2
3 changed files with 7 additions and 2 deletions

View file

@ -11,6 +11,9 @@ check:
python3 -m mypy flaskapp/
python3 -m pylint flaskapp/
docker:
docker build -t ${REPO_OWNER}/${REPO_OWNER_SNAKE} .
clean:
rm -rf flaskapp/__pycache__
rm -rf __pycache__