chore: add missing lock file

This commit is contained in:
Mauricio Siu
2024-10-27 22:04:21 -06:00
parent ec80049171
commit c862207381

View File

@@ -9,6 +9,7 @@ COPY . .
# Install dependencies
COPY package.json pnpm-lock.yaml ./
RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --frozen-lockfile
# Deploy only the dokploy app