Update Dockerfile
This commit is contained in:
parent
6af12e59b7
commit
f4ea7209f5
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ RUN apt-get update && \
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
# Copy package files and install dependencies
|
# Copy package files and install dependencies
|
||||||
COPY bun.lockb package.json ./
|
COPY bun.lock package.json ./
|
||||||
RUN bun install
|
RUN bun install
|
||||||
|
|
||||||
# Copy the rest of your app
|
# Copy the rest of your app
|
||||||
|
|
Loading…
Reference in a new issue