Skip to content

Commit bc302dd

Browse files
committed
chore: add docker build justfile
1 parent eb67d5d commit bc302dd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

justfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,7 @@ release-nolatest VERSION:
1010
gh workflow run .github/workflows/release.yaml -f version={{ VERSION }} -f latest=false --ref $(git branch --show-current)
1111
echo 'Once workflow is complete, manually merge Release Please'
1212

13+
[group('docker')]
14+
docker-build:
15+
docker build -f docker/universal/Dockerfile --target engine-full -t rivetkit/engine:local --platform linux/x86_64 .
16+

0 commit comments

Comments
 (0)