Skip to content
Snippets Groups Projects
Commit e54ba3fa authored by Edward Hicks's avatar Edward Hicks :8ball:
Browse files

disable buildkit in makefile

parent 5b12cec2
No related branches found
No related tags found
No related merge requests found
IMAGE = wheks-php83
build-and-push:
docker build --platform amd64 --squash -t $(IMAGE) .
build:
DOCKER_BUILDKIT=0 docker build --platform amd64 --squash -t $(IMAGE) .
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment