Updated Building your own image (markdown)

Nils Domrose
2019-06-03 09:40:07 +02:00
parent efdc6fb556
commit 3bce01a13f

@@ -1,6 +1,12 @@
Clone the repository, then from the root of the repository run:
Clone the repository, then from the root of the repository run to build with default sqlite backend:
```sh
# Build the docker image:
docker build -t bitwarden_rs .
```
```
To build with MySQL backend run:
```sh
# Build the docker image:
docker build -t bitwarden_rs --build-arg DB=sqlite .
```