Fix COPY command in Dockerfile for package files

This commit is contained in:
Andras Bacsai
2025-11-06 12:03:02 +01:00
committed by GitHub
parent af7f9ae1eb
commit 4ce7c0c566

View File

@@ -10,7 +10,7 @@ COPY prisma ./
# Install dependencies based on the preferred package manager # Install dependencies based on the preferred package manager
COPY package.json bun.lock COPY package.json bun.lock .
RUN npm i RUN npm i