You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The [`Dockerfile`](./Dockerfile) specifies build instructions for Internet Identity. Building the `Dockerfile` will result in a scratch container that contains the Wasm module at `/internet_identity.wasm.gz`.
103
101
104
-
> 💡 The build can be customized with [build features](#build-features-and-flavors).
105
-
106
-
We recommend using the [`docker-build`](./scripts/docker-build) script. It simplifies the usage of [build features](#build-features-and-flavors) and extracts the Wasm module from the final scratch container.
102
+
We recommend using the [`docker-build`](./scripts/docker-build) script. It extracts the Wasm module from the final scratch container.
107
103
108
104
> 💡 You can find instructions for building the code without Docker in the [HACKING] document.
0 commit comments