Skip to content

Commit

Permalink
added yarn cache
Browse files Browse the repository at this point in the history
  • Loading branch information
deepikagonuguntla committed Jan 8, 2025
1 parent c416d0e commit 850ff13
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 @@ -33,7 +33,7 @@ RUN bundle install --jobs 30
COPY package.json $APP_HOME/

# Install JS dependencies
RUN yarn install
RUN yarn cache clean && yarn install

# Now copy the rest of the application
COPY . $APP_HOME/
Expand Down

0 comments on commit 850ff13

Please sign in to comment.