Skip to content

Commit

Permalink
Update Dockerfile.teachers
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhilashKD authored Jan 21, 2025
1 parent ce339dc commit 5dd1461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.teachers
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN pnpm install @emotion/cache --save
COPY . .

# Build specific applications
RUN npx nx run-many --target=build --projects=teachers,authentication,scp-teacher,youthNet --parallel=4
RUN npx nx run-many --target=build --projects=teachers,authentication,scp-teacher,youthNet --parallel=10

# Install PM2 globally after validating PNPM setup
RUN pnpm install -g pm2
Expand Down

0 comments on commit 5dd1461

Please sign in to comment.