Merge pull request #8587 from vixalien/patch-1

Correct buildkit builder code block syntax
This commit is contained in:
Jose Diaz-Gonzalez
2026-05-09 10:45:42 -04:00
committed by GitHub

View File

@@ -20,7 +20,7 @@ Before using Railpacks, the following steps must be taken:
```shell
touch /etc/default/dokku
echo "export BUILDKIT_HOST='docker-container://buildkit'" >> /etc/default/dokku
````
```
### Detection