Update build/Dockerfile

This commit is contained in:
Mouws 2025-07-14 23:34:11 +00:00
parent d247a5cf4c
commit c304ce8cd3

View File

@ -14,8 +14,8 @@ RUN make build-nogui vault-editor
FROM debian:sid-slim FROM debian:sid-slim
LABEL maintainer="Simon Felding <sife@adm.ku.dk>" LABEL maintainer="Simon Felding <sife@adm.ku.dk>"
EXPOSE 25/tcp EXPOSE 12025/tcp
EXPOSE 143/tcp EXPOSE 12143/tcp
# Install dependencies and protonmail bridge # Install dependencies and protonmail bridge
RUN apt-get update \ RUN apt-get update \