Compare commits

..

No commits in common. "docker-prod" and "master" have entirely different histories.

View File

@ -1,15 +0,0 @@
FROM debian:bullseye
RUN apt install -y openssh-server openssh
# HTTPS
EXPOSE 443/tcp
# HTTP
EXPOSE 80/tcp
# Unsecure SMTP
EXPOSE 25/tcp
# Secure SMTP (SMTPS)
EXPOSE 587/tcp
ENTRYPOINT [ "/bin/bash" ]