Skip to content

Commit

Permalink
ISO-8859-1 header not decoded (mailhog/MailHog-UI#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
hieunv95 committed Apr 20, 2019
1 parent 9cf45e0 commit 817652c
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 82 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN apk --no-cache add --virtual build-dependencies \
git \
&& mkdir -p /root/gocode \
&& export GOPATH=/root/gocode \
&& go get github.com/mailhog/MailHog \
&& go get github.com/hieunv95/MailHog \
&& mv /root/gocode/bin/MailHog /usr/local/bin \
&& rm -rf /root/gocode \
&& apk del --purge build-dependencies
Expand Down
162 changes: 81 additions & 81 deletions vendor/github.com/mailhog/MailHog-UI/assets/assets.go

Large diffs are not rendered by default.

0 comments on commit 817652c

Please sign in to comment.