Template variable bugfix
This commit is contained in:
parent
a451349d64
commit
cef8895fb0
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -12,7 +12,7 @@ check:
|
|||
python3 -m pylint flaskapp/
|
||||
|
||||
docker:
|
||||
docker build -t ${REPO_OWNER}/${REPO_OWNER_SNAKE} .
|
||||
docker build -t ${REPO_OWNER}/${REPO_NAME_SNAKE} .
|
||||
|
||||
clean:
|
||||
rm -rf flaskapp/__pycache__
|
||||
|
|
Loading…
Add table
Reference in a new issue