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 5ee2a57 commit 7534f55Copy full SHA for 7534f55
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