Skip to content

Commit

Permalink
ED-4000 feat: Github actions instead of Jenkins-test
Browse files Browse the repository at this point in the history
  • Loading branch information
princegupta1131 committed Jun 11, 2024
1 parent 1fcfe64 commit aaaa3ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ WORKDIR /usr/src/app/client
COPY src/app/client ./
RUN yarn cache clean

# Install Yarn
RUN npm install -g yarn
# Install client dependencies
RUN yarn install --no-progress --frozen-lockfile --production=true

Expand Down

0 comments on commit aaaa3ef

Please sign in to comment.