Document BuildKit requirement

See https://github.com/ente-io/ente/issues/712
This commit is contained in:
Manav Rathi 2024-03-07 12:56:58 +05:30
parent 85af7f920c
commit 239d7f33ed

View file

@ -81,6 +81,10 @@ Build the docker image
docker build -t ente:latest .
```
Note that [BuildKit](https://docs.docker.com/go/buildkit/) is needed to build
this image. If you face this issue, a quick fix is to add `DOCKER_BUILDKIT=1` in
front of the build command.
Start the container in detached mode
```shell