Skip to content

Commit 223b35c

Browse files
committed
chore(justfile): fix build with frontend
1 parent bc48014 commit 223b35c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ docker-build:
1616

1717
[group('docker')]
1818
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 .
19+
docker build -f docker/universal/Dockerfile --target engine-full -t rivetkit/engine:local --platform linux/x86_64 --build-arg BUILD_FRONTEND=true .
2020

2121
[group('docker')]
2222
docker-run:

0 commit comments

Comments
 (0)