You've already forked Mailu
mirror of
https://github.com/Mailu/Mailu.git
synced 2025-11-23 22:04:47 +02:00
9 lines
105 B
Docker
9 lines
105 B
Docker
FROM traefik:alpine
|
|
|
|
RUN apk add --no-cache bash
|
|
|
|
COPY conf /conf
|
|
COPY start.sh /start.sh
|
|
|
|
CMD /start.sh
|