Verified Commit dc15c055 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Add image CMD

parent 2b87182a
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
FROM debian:bookworm as entrypoint
FROM debian:bookworm
    
LABEL org.opencontainers.image.title="Dovecot"
LABEL org.opencontainers.image.description="A popular mailbox server with LMTP and SASL"
@@ -10,3 +10,4 @@ ARG DOVECOT_VERSION=">=1:2.3.19,<<1:2.3.20"
RUN --mount=source=install.bash,target=/install /install "${DOVECOT_VERSION}"

COPY dovecot.conf /etc/dovecot/
CMD ["/usr/sbin/dovecot", "-F"]