mirror of
https://github.com/TheRealOwenRees/chess-scribe-api.git
synced 2026-07-23 01:06:56 +00:00
add swagger docs to api
This commit is contained in:
@@ -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"]
|
||||
Reference in New Issue
Block a user