From f4ea7209f5216547959f06b017d940f35e14a29e Mon Sep 17 00:00:00 2001 From: chark1es Date: Mon, 16 Jun 2025 18:24:34 -0700 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3e9c340..88a15cd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,7 +29,7 @@ RUN apt-get update && \ WORKDIR /app # Copy package files and install dependencies -COPY bun.lockb package.json ./ +COPY bun.lock package.json ./ RUN bun install # Copy the rest of your app