Skip to content

Commit 7534f55

Browse files
NathanFlurryMasterPtato
authored andcommitted
chore(justfile): fix build with frontend
1 parent 5ee2a57 commit 7534f55

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)