We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24b3f2b commit d9482cbCopy full SHA for d9482cb
Dockerfile
@@ -88,7 +88,7 @@ ARG II_SPLIT_FRONTEND=
88
RUN touch src/*/src/lib.rs
89
RUN npm ci
90
91
-RUN if [ -n "$II_SPLIT_FRONTEND" ]; then \
+RUN if [ "$II_SPLIT_FRONTEND" = "1" ]; then \
92
./scripts/build --frontend && \
93
mv /internet_identity_frontend.wasm.gz /internet_identity.wasm.gz; \
94
else \
0 commit comments