diff --git a/t3-app/Dockerfile b/t3-app/Dockerfile index d423e58..7cd4b47 100644 --- a/t3-app/Dockerfile +++ b/t3-app/Dockerfile @@ -10,7 +10,7 @@ COPY prisma ./ # Install dependencies based on the preferred package manager -COPY package.json bun.lock +COPY package.json bun.lock . RUN npm i