Created Building your own image (markdown)

Nick Fox
2019-01-01 01:24:11 +00:00
parent 1482cb502c
commit 3d26e9af00

@@ -0,0 +1,6 @@
Clone the repository, then from the root of the repository run:
```sh
# Build the docker image:
docker build -t bitwarden_rs .
```