There was an error while loading. Please reload this page.
2 parents 51d81de + 905c48f commit 245b040Copy full SHA for 245b040
2 files changed
.gitignore
@@ -64,7 +64,6 @@ typings/
64
# next.js build output
65
.next
66
ecr-login.sh
67
-.npmrc
68
test.js
69
70
# pnpm lock
docker/Dockerfile
@@ -8,7 +8,7 @@ COPY . /challenge-api
8
WORKDIR /challenge-api
9
10
# Install the dependencies from package.json
11
-RUN npm i -g pnpm
+RUN npm i -g pnpm@9
12
RUN pnpm install
13
14
# Enable Node diagnostic reports and Prisma backtraces for deeper crash insights
0 commit comments