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 ee29fcb commit 8103d07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ WORKDIR /usr/src/app/client
RUN apt-get update && apt-get install -y npm

# Install Yarn
RUN npm install -g yarn
RUN npm install -g yarn --force

# Copy the client code into the Docker container
COPY src/app/client ./
Expand Down

0 comments on commit 8103d07

Please sign in to comment.