From 3d26e9af00a106391d948f4c2761dae8e03406ce Mon Sep 17 00:00:00 2001 From: Nick Fox Date: Tue, 1 Jan 2019 01:24:11 +0000 Subject: [PATCH] Created Building your own image (markdown) --- Building-your-own-image.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Building-your-own-image.md 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