remove poorly placed comment

This commit is contained in:
akp 2025-02-09 00:40:31 +00:00
parent e7b8bbc8fc
commit ea46b592b4
No known key found for this signature in database
GPG key ID: CF8D58F3DEB20755

View file

@ -9,5 +9,7 @@ VOLUME [ "/var/spool/postfix", "/etc/postfix" ]
COPY docker-entrypoint.sh /usr/local/bin/
RUN chmod +x /usr/local/bin/docker-entrypoint.sh
ENTRYPOINT ["/usr/local/bin/docker-entrypoint.sh"]
CMD ["postfix", "start-fg"] # start-fg = start in foreground
# start-fg = start in foreground
CMD ["postfix", "start-fg"]