diff --git a/Dockerfile b/Dockerfile index 8a35e30..4cfbfc7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # see all versions at https://hub.docker.com/r/oven/bun/tags FROM oven/bun:1-alpine AS base WORKDIR /app -COPY package.json bun.lockb /app/ +COPY package.json bun.lock /app/ # install dependencies into temp directory # this will cache them and speed up future builds