This commit is contained in:
Your Name 2024-02-19 12:02:14 -05:00
parent 027c42e999
commit 2ce73323da
4 changed files with 9 additions and 1 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
docker-mailserver-passwords
tailwind.config.js

3
Dockerfile Normal file
View File

@ -0,0 +1,3 @@
FROM busybox
ADD run.sh docker-mailserver-passwords template.html style.css /tmp/
CMD /tmp/run.sh

3
run.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
cd /tmp
./docker-mailserver-passwords

View File

@ -1,5 +1,5 @@
<head>
<link href="/style.css" rel="stylesheet" />
<link href="style.css" rel="stylesheet" />
</head>
<body class="h-full">
{{.Body}}