Attempt fix for missing entrypoint in prod
This commit is contained in:
parent
29022d6ba5
commit
7067fe9711
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue