Added adapter

This commit is contained in:
2025-01-22 23:32:52 -06:00
parent 7ff993903d
commit c3f505914e
3 changed files with 36 additions and 445 deletions

View File

@ -7,7 +7,7 @@ WORKDIR /app
COPY package.json pnpm-lock.yaml ./
RUN pnpm install --frozen-lockfile
RUN pnpm install
COPY . .