[WIP] Utilise mailcatcher pour l'envois de mail
This commit is contained in:
5
mailcatcher/Dockerfile
Normal file
5
mailcatcher/Dockerfile
Normal file
@@ -0,0 +1,5 @@
|
||||
FROM ruby
|
||||
|
||||
RUN gem install mailcatcher
|
||||
|
||||
ENTRYPOINT ["mailcatcher", "-f", "--ip", "0.0.0.0", "--smtp-port", "25", "--no-quit"]
|
Reference in New Issue
Block a user