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 cb4244367d - Show all commits

View File

@ -9,7 +9,7 @@ RUN bun install --frozen-lockfile \
FROM caddy:2.7.6-alpine as prod
COPY --from=builder docs/.vitepress/dist /arkanum-docs/
COPY --from=builder /app/docs/.vitepress/dist /arkanum-docs/
COPY Caddyfile /etc/caddy
HEALTHCHECK --interval=15s --timeout=3s \
CMD wget --no-verbose --tries=1 --spider http://localhost:80/ || exit 1