removed doc-creator

This commit is contained in:
2026-01-05 12:13:24 +01:00
parent 4ded8632e5
commit f0de9961dc
5 changed files with 137 additions and 36 deletions

View File

@@ -14,9 +14,11 @@ COPY . .
RUN go build -o server .
FROM alpine:3.22
RUN apk add --no-cache tzdata
RUN apk add --no-cache tzdata typst
WORKDIR /app
COPY --from=build /app/server /app/server
COPY ./doc/static /doc/static
COPY ./doc/templates /doc/templates
COPY /static /app/static
ENTRYPOINT ["./server"]