Skip to content

Commit

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

* yarn 3.6.0 added

* yarn 3.6.0 added
  • Loading branch information
arul-fourseals authored Dec 10, 2024
1 parent e84cb98 commit 90eda6d
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 @@ -28,6 +28,9 @@ WORKDIR /app
COPY package*.json ./

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

# Copy production build
Expand Down

0 comments on commit 90eda6d

Please sign in to comment.