Skip to content

Docker cicd#48

Merged
InfoX1337 merged 4 commits intomainfrom
docker-cicd
Feb 24, 2026
Merged

Docker cicd#48
InfoX1337 merged 4 commits intomainfrom
docker-cicd

Conversation

@InfoX1337
Copy link
Contributor

No description provided.

@InfoX1337 InfoX1337 requested a review from olix3001 February 24, 2026 18:47
Copy link
Contributor

@olix3001 olix3001 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If it works it works, but I think it might be better to be consistant

# Install pnpm
RUN corepack enable && corepack prepare pnpm@10.30.1 --activate
# Install pnpm and husky
RUN corepack enable && corepack prepare pnpm@10.30.1 --activate && npm install -g husky
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't we use pnpm?

Suggested change
RUN corepack enable && corepack prepare pnpm@10.30.1 --activate && npm install -g husky
RUN corepack enable && corepack prepare pnpm@10.30.1 --activate && pnpm install -g husky

WORKDIR /app
ADD package.json pnpm-lock.yaml ./
RUN pnpm install --frozen-lockfile
RUN pnpm install --frozen-lockfile && npx husky install
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here

Suggested change
RUN pnpm install --frozen-lockfile && npx husky install
RUN pnpm install --frozen-lockfile && pnpx husky install

@InfoX1337 InfoX1337 merged commit 73a1b37 into main Feb 24, 2026
4 checks passed
@InfoX1337 InfoX1337 deleted the docker-cicd branch February 24, 2026 18:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants