diff --git a/Building-your-own-image.md b/Building-your-own-image.md new file mode 100644 index 0000000..a820f5a --- /dev/null +++ b/Building-your-own-image.md @@ -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 . +``` \ No newline at end of file