We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7c6bc1 commit 833cd09Copy full SHA for 833cd09
1 file changed
kurtosis-devnet/justfile
@@ -15,7 +15,7 @@ _prestate-build PATH='.':
15
docker buildx build --output {{PATH}} --progress plain -f ../op-program/Dockerfile.repro ../
16
17
_docker_build TAG TARGET CONTEXT DOCKERFILE *ARGS:
18
- docker buildx build -t {{TAG}} \
+ docker buildx build --load -t {{TAG}} \
19
-f {{CONTEXT}}/{{DOCKERFILE}} \
20
{{ if TARGET != '' { "--target " + TARGET } else { "" } }} \
21
--build-arg GIT_COMMIT={git_commit} \
0 commit comments