Skip to content

Commit

Permalink
chore: update docker
Browse files Browse the repository at this point in the history
  • Loading branch information
JeevaRamu0104 committed Nov 26, 2024
1 parent 0662f06 commit 65ee419
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ COPY . .
ARG BRANCH_NAME=hyperswitch
ARG RUN_TEST=false
RUN echo git branch is $BRANCH_NAME
RUN yarn install
RUN yarn build:prod
RUN npm i --force
RUN npm run build:prod



Expand Down

0 comments on commit 65ee419

Please sign in to comment.