Add Dockerfile

- Add Docker image
- Fix whitespace location in the footer when version is not provided
- Add log message when the server is about to start

Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
Julien Riou 2025-08-22 07:57:08 +02:00
commit 4b75edc754
Signed by: jriou
GPG key ID: 9A099EDA51316854
3 changed files with 19 additions and 2 deletions

View file

@ -1,5 +1,5 @@
{{define "footer"}}
<footer class="text-center">
<small>Powered by <a href="https://git.riou.xyz/jriou/coller">coller</a> {{if ne .Version ``}}({{.Version}}){{end}}</small>
<small>Powered by <a href="https://git.riou.xyz/jriou/coller">coller</a>{{if ne .Version ``}} ({{.Version}}){{end}}</small>
</footer>
{{end}}
{{end}}