Skip to content

Commit

Permalink
reverted Yarn cache key
Browse files Browse the repository at this point in the history
  • Loading branch information
deepikagonuguntla committed Jan 8, 2025
1 parent 093ab21 commit c416d0e
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 cache clean && yarn install
RUN yarn install

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

0 comments on commit c416d0e

Please sign in to comment.