mirror of
https://gitlab.com/ric_harvey/MailHog.git
synced 2024-11-23 14:24:03 +00:00
Merge branch 'master' of github.com:mailhog/MailHog
This commit is contained in:
commit
1f6bac913b
1 changed files with 4 additions and 8 deletions
12
Dockerfile
12
Dockerfile
|
@ -1,11 +1,7 @@
|
|||
FROM ubuntu:14.04
|
||||
FROM golang:1.4
|
||||
|
||||
EXPOSE 1025
|
||||
EXPOSE 8025
|
||||
RUN go get github.com/mailhog/MailHog
|
||||
|
||||
RUN apt-get update -qq
|
||||
RUN apt-get install -qqy ca-certificates
|
||||
EXPOSE 1025 8025
|
||||
|
||||
ADD MailHog /tmp/
|
||||
|
||||
CMD ["./tmp/MailHog"]
|
||||
ENTRYPOINT ["/go/bin/MailHog"]
|
||||
|
|
Loading…
Reference in a new issue