Skip to content

Commit

Permalink
Merge pull request #1490 from NYPL/qa
Browse files Browse the repository at this point in the history
Merging from qa to prod
  • Loading branch information
gonuguntla authored Jan 9, 2025
2 parents 500efd7 + 8c06899 commit 7152ed2
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 7152ed2

Please sign in to comment.