mirror of
https://gitlab.com/ric_harvey/MailHog.git
synced 2024-11-23 14:24:03 +00:00
Fix Dockerfile
This commit is contained in:
parent
5bfba232e6
commit
bb46bac58f
1 changed files with 2 additions and 2 deletions
|
@ -6,6 +6,6 @@ EXPOSE 8025
|
|||
RUN apt-get update -qq
|
||||
RUN apt-get install -qqy ca-certificates
|
||||
|
||||
ADD Go-MailHog /tmp/
|
||||
ADD MailHog /tmp/
|
||||
|
||||
CMD ["./tmp/Go-MailHog"]
|
||||
CMD ["./tmp/MailHog"]
|
||||
|
|
Loading…
Reference in a new issue