Remove submodules (really this time)

This commit is contained in:
2020-11-09 13:02:09 +01:00
parent 70d87fe5d1
commit 956f51612d
4 changed files with 35 additions and 2 deletions

5
mailcatcher/Dockerfile Normal file
View File

@@ -0,0 +1,5 @@
FROM ruby:latest
RUN gem install mailcatcher
ENTRYPOINT ["mailcatcher", "-f", "--ip", "0.0.0.0", "--smtp-port", "25", "--no-quit"]