From 9a80eed75ca2f8f0bc3e6c155de6f6603112f84a Mon Sep 17 00:00:00 2001 From: Harvey Tindall Date: Tue, 16 Feb 2021 17:52:21 +0000 Subject: [PATCH] Updated Build (markdown) --- Build.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Build.md b/Build.md index abd1c6e..bea2b15 100644 --- a/Build.md +++ b/Build.md @@ -1,3 +1,8 @@ +## 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