INFRA-3970 | Dhruv | upgrade yarn

This commit is contained in:
Dhruv Joshi
2024-12-16 22:51:37 +05:30
committed by GitHub
parent ebfc33c807
commit 9e14577f7b

View File

@@ -1,6 +1,7 @@
FROM 193044292705.dkr.ecr.ap-south-1.amazonaws.com/common/node:18.15.0-alpine3.16 as build
WORKDIR /app
COPY . /app
RUN yarn upgrade
RUN yarn cache clean
RUN yarn install
RUN yarn build