Working Dockerfile and Compose.yml, makefile docker cmd
This commit is contained in:
parent
13f10ab255
commit
bd4c0987c2
3 changed files with 7 additions and 2 deletions
3
Makefile
3
Makefile
|
@ -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__
|
||||
|
|
Loading…
Add table
Reference in a new issue