This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Set the base image to Node 18 | |
FROM node:18 | |
# File Author / Maintainer | |
LABEL [email protected]" | |
# Update the repository sources list | |
RUN apt-get update && apt-get upgrade -y | |
# Install Chromium |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Hacker News Favorite Books | |
## List of Books | |
List is sorted by title. | |
Sourced from this topic - [Show HN: I mapped HN's favorite books with GPT-4o](https://news.ycombinator.com/item?id=41473518). | |
I may receive a commission from purchases made via these URLs. | |