Skip to content

Commit

Permalink
Merge pull request #4606 from bcgov/fix/4602
Browse files Browse the repository at this point in the history
fix(4602): add --no-frozen-lockfile flag to pnpm install calls
  • Loading branch information
funtigr authored Jan 6, 2025
2 parents c05a869 + a571cf4 commit 6fcde7d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ENV SECURE_HEADERS=true \
DEPLOYMENT_TAG=${deployment_tag}

RUN npm install -g turbo pnpm
RUN pnpm install --no-frozen-lockfile --frozen-lockfile
RUN pnpm install --no-frozen-lockfile
RUN npx ts-node scripts/render-react-email-tailwind-style.ts
RUN pnpm build

Expand Down
2 changes: 1 addition & 1 deletion app/Dockerfile.email
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ COPY .prettierrc .
ENV BASE_URL=https://dev-pltsvc.apps.silver.devops.gov.bc.ca

RUN npm install -g turbo pnpm
RUN pnpm install --no-frozen-lockfile --frozen-lockfile
RUN pnpm install --no-frozen-lockfile
RUN pnpm email-build
RUN mkdir -p .react-email/public

Expand Down
1 change: 1 addition & 0 deletions helm/_app/templates/job-pre-prisma.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,5 @@ spec:
requests:
cpu: 0.2
memory: 200M
- command: ["/bin/sh", "-c", "sleep 1700"]
{{- end }}

0 comments on commit 6fcde7d

Please sign in to comment.