We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68fee1c commit c4b136dCopy full SHA for c4b136d
Makefile
@@ -93,7 +93,7 @@ test: $($ISSO_PY_SRC)
93
PYTHONPATH=. pytest --doctest-modules isso/
94
95
docker:
96
- docker build -t isso:latest .
+ DOCKER_BUILDKIT=1 docker build -t isso:latest .
97
98
docker-push:
99
docker tag isso:latest ghcr.io/isso-comments/isso:dev
0 commit comments