mirror of
https://gitlab.com/ric_harvey/MailHog.git
synced 2024-11-23 22:34:04 +00:00
Example Dockerfile
This commit is contained in:
parent
27cf35d185
commit
cc747ec325
1 changed files with 11 additions and 0 deletions
11
Dockerfile
Normal file
11
Dockerfile
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
FROM ubuntu:14.04
|
||||||
|
|
||||||
|
EXPOSE 1025
|
||||||
|
EXPOSE 8025
|
||||||
|
|
||||||
|
RUN apt-get update -qq
|
||||||
|
RUN apt-get install -qqy ca-certificates
|
||||||
|
|
||||||
|
ADD Go-MailHog /tmp/
|
||||||
|
|
||||||
|
CMD ["./tmp/Go-MailHog"]
|
Loading…
Reference in a new issue