Skip to content

Commit

Permalink
Bugfix/lss 537 latest (#102)
Browse files Browse the repository at this point in the history
* setGrantUpdated set to false added

* yarn 3.6.0 added
  • Loading branch information
arul-fourseals authored Dec 10, 2024
1 parent 84ecf70 commit e84cb98
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ COPY tsconfig*.json ./
COPY package*.json ./

# Install dependencies
RUN corepack enable
RUN corepack prepare [email protected] --activate
RUN yarn --version
RUN yarn install --immutable

# Copy application sources (.ts, .tsx, js)
Expand Down

0 comments on commit e84cb98

Please sign in to comment.