We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc48014 commit 223b35cCopy full SHA for 223b35c
justfile
@@ -16,7 +16,7 @@ docker-build:
16
17
[group('docker')]
18
docker-build-frontend:
19
- docker build -f docker/universal/Dockerfile --target engine-full -t rivetkit/engine:local --platform linux/x86_64 --build-arg BUILD_FRONTEND=1 .
+ docker build -f docker/universal/Dockerfile --target engine-full -t rivetkit/engine:local --platform linux/x86_64 --build-arg BUILD_FRONTEND=true .
20
21
22
docker-run:
0 commit comments