mirror of
https://github.com/Mailu/Mailu.git
synced 2025-03-05 14:55:20 +02:00
6 lines
112 B
Docker
6 lines
112 B
Docker
# This is an idle image to dynamically replace any component if disabled.
|
|
|
|
FROM alpine:3.10
|
|
|
|
CMD sleep 1000000d
|