Skip to content

Commit bcee074

Browse files
committed
docs: add docker example
1 parent 4ce5916 commit bcee074

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ $ targd
1717
```bash
1818
$ targd -target test | docker build -f - .
1919
```
20+
or
21+
```bash
22+
$ docker run -v $(PWD):/host orisano/targd -f /host/Dockerfile -target production
23+
```
2024

2125
## Example
2226
```dockerfile

0 commit comments

Comments
 (0)