Attempt fix for missing entrypoint in prod

This commit is contained in:
akp 2025-02-09 00:30:56 +00:00
parent 29022d6ba5
commit 7067fe9711
No known key found for this signature in database
GPG key ID: CF8D58F3DEB20755

View file

@ -8,5 +8,5 @@ RUN apk add --no-cache --update postfix cyrus-sasl ca-certificates bash && \
VOLUME [ "/var/spool/postfix", "/etc/postfix" ]
COPY docker-entrypoint.sh /usr/local/bin/
ENTRYPOINT ["docker-entrypoint.sh"]
ENTRYPOINT ["/usr/local/bin/docker-entrypoint.sh"]
CMD ["postfix", "start-fg"] # start-fg = start in foreground