Update Dockerfile

This commit is contained in:
chark1es 2025-06-16 18:24:34 -07:00
parent 6af12e59b7
commit f4ea7209f5

View file

@ -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