Skip to content

Commit

Permalink
Merge pull request #323 from Gosrock/feat/corepack
Browse files Browse the repository at this point in the history
feat : yarn corepack enable
  • Loading branch information
ImNM authored Dec 14, 2024
2 parents bd8acc5 + 5c3a051 commit 8d8eaf8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile.admin
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ WORKDIR /app
# COPY package-lock.json ./
COPY package.json ./
COPY yarn.lock ./
RUN corepack enable yarn && yarn -v
# Installs all node packages
# RUN npm ci
RUN yarn set version 3.3.0
Expand Down
1 change: 1 addition & 0 deletions Dockerfile.ticket
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ WORKDIR /app
# COPY package-lock.json ./
COPY package.json ./
COPY yarn.lock ./
RUN corepack enable yarn && yarn -v
# Installs all node packages
# RUN npm ci
RUN yarn set version 3.3.0
Expand Down

0 comments on commit 8d8eaf8

Please sign in to comment.