working on pdf export

This commit is contained in:
2025-09-09 11:07:14 +02:00
parent 2eab598348
commit 133e73a55c
19 changed files with 296 additions and 193 deletions

View File

@@ -14,6 +14,7 @@ COPY . .
RUN go build -o server .
FROM alpine
RUN apk add --no-cache tzdata
WORKDIR /app
COPY --from=build /app/server /app/server