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 9d4dceffc1 - Show all commits

View File

@ -5,7 +5,7 @@ WORKDIR /app
COPY --chown=bun:bun package*.json bun.lockb ./
ENV NODE_ENV=production
RUN bun install --frozen-lockfile --production \
&& bun run --bun docs:build
&& bun run --vite docs:build
FROM caddy:2.7.6-alpine as prod