Skip to content

Commit

Permalink
chore: add missing lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
Siumauricio committed Oct 28, 2024
1 parent ec80049 commit c862207
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile.website
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c862207

Please sign in to comment.