Skip to content

Commit

Permalink
wkhtmltopdf: fixed typo in Dockerfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
teodorescuserban committed Nov 16, 2016
1 parent b851dc3 commit 8bf70c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alpine-wkhtmltopdf/Dockerfile
Expand Up @@ -22,5 +22,5 @@ RUN apk add --update-cache \
npm install wkhtmltox && \
rm -rf /var/cache/apk/* && \
mv /usr/bin/wkhtmltopdf /usr/bin/wkhtmltopdf.ini && \
mv /tmp/wrapper && \
mv /tmp/wrapper /usr/bin/wkhtmltopdf && \
chmod +x /usr/bin/wkhtmltopdf

0 comments on commit 8bf70c5

Please sign in to comment.