add Arkanum.dev site with docs #97

Merged
OCram85 merged 38 commits from vitepress/node into master 2024-05-22 10:07:33 +02:00
Showing only changes of commit 9d19404726 - Show all commits

View File

@ -14,6 +14,7 @@ RUN bun run --vite docs:build && \
FROM caddy:2.7.6-alpine as prod
COPY --from=builder /app/docs/.vitepress/dist/ /arkanum-docs/
RUN ls -la /arkanum-docs/
COPY Caddyfile /etc/caddy
HEALTHCHECK --interval=15s --timeout=3s \
CMD wget --no-verbose --tries=1 --spider http://localhost:80/ || exit 1