Skip to content

Commit 245b040

Browse files
authored
Merge pull request #104 from topcoder-platform/develop
[PROD RELEASE] - Hotfix - pnpm
2 parents 51d81de + 905c48f commit 245b040

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ typings/
6464
# next.js build output
6565
.next
6666
ecr-login.sh
67-
.npmrc
6867
test.js
6968

7069
# pnpm lock

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ COPY . /challenge-api
88
WORKDIR /challenge-api
99

1010
# Install the dependencies from package.json
11-
RUN npm i -g pnpm
11+
RUN npm i -g pnpm@9
1212
RUN pnpm install
1313

1414
# Enable Node diagnostic reports and Prisma backtraces for deeper crash insights

0 commit comments

Comments
 (0)