mirror of
https://github.com/hrfee/jfa-go.git
synced 2024-11-22 18:30:11 +00:00
Updated Build (markdown)
parent
2911bda9d7
commit
9a80eed75c
5
Build.md
5
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
|
||||
|
Loading…
Reference in New Issue
Block a user