diff --git a/Dockerfile b/Dockerfile index c46bc36..2ec5140 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM oven/bun:latest WORKDIR /app RUN bun install -COPY package.json bun.lockb ./ +COPY package.json ./ COPY . . RUN bun run build:css EXPOSE 3000