commit 167321e017f51b8d6e54a40cbe71e510d1346270
parent d583114dbc53138d7d04ae993f1b73f450094f9f
Author: Andreas Gruhler <agruhl@gmx.ch>
Date: Sun, 28 Sep 2025 16:34:40 +0200
fix(Dockerfile): add html templates
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/Dockerfile b/Dockerfile
@@ -10,6 +10,7 @@ RUN make clean && make
FROM docker.io/golang:1.24-alpine
COPY --from=base /app/hivedav /usr/local/bin/hivedav
COPY app.env.example /go/app.env
+COPY templates /go/templates
EXPOSE 3737/tcp