fix: update Dockerfile to use bun.lock* instead of package-lock.json
This commit is contained in:
parent
b81da30c63
commit
4c2b3cdbee
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ ARG POCKETBASE_URL
|
||||||
ARG SESSION_MAX_AGE
|
ARG SESSION_MAX_AGE
|
||||||
|
|
||||||
# Copy package files first for caching
|
# Copy package files first for caching
|
||||||
COPY package.json package-lock.json ./
|
COPY package.json bun.lock* ./
|
||||||
|
|
||||||
# Install dependencies (Node)
|
# Install dependencies (Node)
|
||||||
RUN bun install
|
RUN bun install
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue