summaryrefslogtreecommitdiff
path: root/docs/content/reference/cli/authelia-scripts/authelia-scripts_docker_build.md
blob: 7b1f919e53f24aaaf3bf5983848e81cfd1c66533 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
---
title: "authelia-scripts docker build"
description: "Reference for the authelia-scripts docker build command."
lead: ""
date: 2022-06-15T17:51:47+10:00
draft: false
images: []
weight: 925
toc: true
seo:
  title: "" # custom title (optional)
  description: "" # custom description (recommended)
  canonical: "" # custom canonical URL (optional)
  noindex: false # false (default) or true
---

## authelia-scripts docker build

Build the docker image of Authelia

### Synopsis

Build the docker image of Authelia.

```
authelia-scripts docker build [flags]
```

### Examples

```
authelia-scripts docker build
```

### Options

```
      --container string   target container among: dev, coverage (default "dev")
  -h, --help               help for build
```

### Options inherited from parent commands

```
      --buildkite          Set CI flag for Buildkite
      --log-level string   Set the log level for the command (default "info")
```

### SEE ALSO

* [authelia-scripts docker](authelia-scripts_docker.md)	 - Commands related to building and publishing docker image