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
1 changed files with 3 additions and 1 deletions
Showing only changes of commit 64247272c2 - Show all commits

View File

@ -7,7 +7,9 @@ WORKDIR /app
ENV NODE_ENV=production
RUN bun install --frozen-lockfile
RUN bun run --vite docs:build && \
ls -la
pwd && \
ls -la && \
ls -la /app/docs/.vitepress/dist/
FROM caddy:2.7.6-alpine as prod