commit 579fad38a340410ee3f13feb5a6c46af775c464a
parent 167321e017f51b8d6e54a40cbe71e510d1346270
Author: Andreas Gruhler <agruhl@gmx.ch>
Date: Sun, 28 Sep 2025 16:59:16 +0200
fix(Dockerfile): add missing css
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/Dockerfile b/Dockerfile
@@ -10,7 +10,8 @@ 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
+COPY templates /go/
+COPY css /go/
EXPOSE 3737/tcp