4 lines
99 B
Docker
4 lines
99 B
Docker
FROM busybox
|
|
ADD run.sh docker-mailserver-passwords template.html style.css /tmp/
|
|
CMD /tmp/run.sh
|