From 01c31536ac074e44890e496cc3d550cbc8de87e2 Mon Sep 17 00:00:00 2001 From: Arthur Cinader <700572+acinader@users.noreply.github.com> Date: Sat, 10 Feb 2018 10:09:40 -0800 Subject: [PATCH 1/5] Add the run argument to the docker command so it'll start and run without a command argument to docker. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6b94d70..6a1499f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,4 +30,4 @@ WORKDIR /app VOLUME /app/templates -CMD ["./go-wkhtmltox"] \ No newline at end of file +CMD ["./go-wkhtmltox", "run"] From a3a34eecf438eebe173dff4af6ad797f35e9e67c Mon Sep 17 00:00:00 2001 From: Arthur Cinader <700572+acinader@users.noreply.github.com> Date: Sat, 10 Feb 2018 10:16:27 -0800 Subject: [PATCH 2/5] Normalize whitespace --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b795153..2686466 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ or service { path = "/v1" - + cors { allowed-origins = ["*"] } @@ -240,12 +240,12 @@ we could add `template` to render as different response, we have another example } ``` -the response is +the response is ```html
-