bump
This commit is contained in:
parent
027c42e999
commit
2ce73323da
|
@ -0,0 +1,2 @@
|
||||||
|
docker-mailserver-passwords
|
||||||
|
tailwind.config.js
|
|
@ -0,0 +1,3 @@
|
||||||
|
FROM busybox
|
||||||
|
ADD run.sh docker-mailserver-passwords template.html style.css /tmp/
|
||||||
|
CMD /tmp/run.sh
|
|
@ -1,5 +1,5 @@
|
||||||
<head>
|
<head>
|
||||||
<link href="/style.css" rel="stylesheet" />
|
<link href="style.css" rel="stylesheet" />
|
||||||
</head>
|
</head>
|
||||||
<body class="h-full">
|
<body class="h-full">
|
||||||
{{.Body}}
|
{{.Body}}
|
||||||
|
|
Loading…
Reference in New Issue