bump
This commit is contained in:
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
docker-mailserver-passwords
|
||||
tailwind.config.js
|
3
Dockerfile
Normal file
3
Dockerfile
Normal file
@@ -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>
|
||||
<link href="/style.css" rel="stylesheet" />
|
||||
<link href="style.css" rel="stylesheet" />
|
||||
</head>
|
||||
<body class="h-full">
|
||||
{{.Body}}
|
||||
|
Reference in New Issue
Block a user