This commit is contained in:
2025-07-31 00:20:20 -04:00
parent 5fc503778d
commit 58038a6e86

View File

@@ -2,7 +2,7 @@ FROM node:22-slim
WORKDIR /app WORKDIR /app
COPY package.json pnpm-lock.json ./ COPY package.json pnpm-lock.yaml ./
RUN pnpm install RUN pnpm install
COPY . . COPY . .