diff --git a/Dockerfile b/Dockerfile index f4b9dc3e..786c3492 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,6 +21,7 @@ RUN bun install --frozen-lockfile --production. RUN bunx --bun vite build pages # Build the project +RUN ls -la RUN bun run build.ts WORKDIR /temp/dist