Merged in feature/demo (pull request #116)

Demo prep + Fix client sync

* firstversion

* clientsync

* configlint

* fixtests
This commit is contained in:
Michael McGuinness
2025-04-22 19:57:35 +00:00
parent fee71e7740
commit 47fec079e5
21 changed files with 642 additions and 41 deletions
+2 -3
View File
@@ -21,9 +21,6 @@ ENV CGO_ENABLED=1
ENV GOARCH=${TARGETARCH}
ENV CC=musl-gcc
# Must be same a github.com/gen2brain/go-fitz in go.mod
# ENV FZ_VERSION=1.24.14
RUN --mount=type=cache,target=/go/pkg/mod/ \
go build \
-mod vendor \
@@ -37,6 +34,8 @@ ENV PWD=/app
WORKDIR ${PWD}
COPY --from=build /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
COPY --from=build /bin/ .
EXPOSE 8080