Skip to content
This repository was archived by the owner on Mar 8, 2023. It is now read-only.

Commit 81042a3

Browse files
committed
Add docker build instructions to the README
1 parent e9961ac commit 81042a3

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,14 @@ Get the source code:
102102
git clone https://github.com/secrethub/secrethub-http-proxy
103103
```
104104

105-
Build it using:
105+
To build the binary from source, use:
106106

107107
```
108108
make build
109109
```
110+
111+
To build the Docker image from scratch, you can use:
112+
113+
```
114+
docker build -t secrethub-http-proxy .
115+
```

0 commit comments

Comments
 (0)