Docker build command bugfix

This commit is contained in:
DarkCat09 2023-02-17 16:14:45 +04:00
parent cef8895fb0
commit f137d26176

View file

@ -12,7 +12,7 @@ check:
python3 -m pylint flaskapp/
docker:
docker build -t ${REPO_OWNER}/${REPO_NAME_SNAKE} .
docker build -t ${REPO_OWNER_LOWER}/${REPO_NAME_SNAKE} .
clean:
rm -rf flaskapp/__pycache__