Skip to content

Commit 2d9c3b4

Browse files
Bill WBill W
Bill W
authored and
Bill W
committed
Update Dockerfile
1 parent 696344e commit 2d9c3b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pdf2txt/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# $ alias pdf2txt="docker run -ti --rm -v ~/app:/app pdf2txt"
66
# $pdf2txt sample.pdf > sample.txt
77

8-
# You will get the txt file named `sample.txt` in ~/app folder.
8+
# You will get the txt file named `sample.txt` in current folder.
99

1010
# You can directly run below command to convert the pdf file in current foler.
1111
# $ docker run -ti --rm -v $(pwd):/app pdf2txt sample.pdf > sample.txt

0 commit comments

Comments
 (0)