Skip to content

Commit ae11911

Browse files
Explain the Dockerfile
1 parent 367a1cc commit ae11911

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

prompts/examples/explain_dockerfile.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ tools:
1919
description: Path of the folder to delete
2020
container:
2121
image: vonwig/bash_alpine
22-
mounts:
22+
volumes:
2323
- "{{path|safe}}:/dockerfile:ro"
2424
command:
2525
- "cat /dockerfile"
@@ -32,7 +32,7 @@ arguments:
3232

3333
# prompt user
3434

35-
Start by fetching the Dockerfile located at /dockerfile.
35+
Start by fetching the Dockerfile located at the path /dockerfile.
3636

3737
After fetching the Dockerfile contents, explain the Dockerfile line by line.
3838

0 commit comments

Comments
 (0)