diff --git a/Build.md b/Build.md index bea2b15..abd1c6e 100644 --- a/Build.md +++ b/Build.md @@ -1,8 +1,3 @@ -## Docker -For multiarch support, the provided `Dockerfile` uses Docker [buildx](https://github.com/docker/buildx), which means you can't just build it with your regular `docker build .`. To use it, you need to enable experimental features in `/etc/docker/daemon.json`, `$HOME/.docker/config.json` or by setting the environment variable `DOCKER_CLI_EXPERIMENTAL=enabled`. -```shell -https://github.com/docker/buildx#building - To build, you need to compile the typescript and go, and generate email templates and config files. The build scripts were mostly ripped out of jf-accounts, so you'll need similar dependencies: ``` git