mirror of
https://github.com/Dokploy/website
synced 2025-06-26 18:16:01 +00:00
chore: add missing lock file
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user