Update Text Sizing to avoid Zoom-In on iOS
This commit is contained in:
4
Makefile
4
Makefile
@@ -25,10 +25,10 @@ db-downgrade :
|
||||
poetry run flask db downgrade
|
||||
|
||||
docker :
|
||||
docker buildx build --platform=linux/amd64,linux/arm64 . -t asymworks/sigl:latest
|
||||
docker buildx build --platform=linux/amd64,linux/arm64 . -t asymworks/sigl:latest -t asymworks/sigl:$(shell poetry version -s)
|
||||
|
||||
docker-deploy:
|
||||
docker buildx build --platform=linux/amd64,linux/arm64 . -t asymworks/sigl:latest --push
|
||||
docker buildx build --platform=linux/amd64,linux/arm64 . -t asymworks/sigl:latest -t asymworks/sigl:$(shell poetry version -s) --push
|
||||
|
||||
lint :
|
||||
poetry run flake8
|
||||
|
||||
Reference in New Issue
Block a user