This commit is contained in:
2025-02-27 22:13:05 -05:00
parent f228d86e0b
commit 695735d868
43 changed files with 235 additions and 17 deletions

View File

@ -2,7 +2,7 @@ FROM oven/bun AS builder
WORKDIR /rhpidfyre.io
COPY src package.json vite.config.js tsconfig.json ./
COPY ../packages/web/src ../packages/web/package.json ../packages/web/vite.config.js ../packages/web/tsconfig.json ./
RUN bun run install
RUN bun run build --emptyOutDir