add swagger docs to api

This commit is contained in:
2026-05-27 23:01:48 +02:00
parent 2413cf18c2
commit f69d7be71d
4 changed files with 140 additions and 2 deletions
+3
View File
@@ -26,5 +26,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
# Copy the compiled native OCaml binary from Stage 1
COPY --from=builder /app/_build/default/bin/main.exe ./server
# Copy the static assets folder
COPY ./static ./static
EXPOSE 8080
CMD ["./server"]