We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 896a19b commit 4ce5916Copy full SHA for 4ce5916
README.md
@@ -1,5 +1,5 @@
1
# targd
2
-targd is multistage build optimizer.
+targd is multistage build helper. targd outputs dependent stage of the specified target stage. (includes target stage)
3
4
## Installation
5
```bash
@@ -19,8 +19,8 @@ $ targd -target test | docker build -f - .
19
```
20
21
## Example
22
-Dockerfile
23
```dockerfile
+# ./Dockerfile
24
FROM alpine:3.8 as builder
25
COPY ./depfile ./lockfile ./
26
RUN install_cmd
0 commit comments