tweag / nixpkgs-graph-explorer

Explore the nixpkgs dependency graph
MIT License
15 stars 0 forks source link

Add Dockerfile for ETL command execution in a Docker container and update Readme #118

Closed zz1874 closed 1 year ago

zz1874 commented 1 year ago

This pull request introduces a Dockerfile that enables the execution of the ETL command within a Docker container. By executing the ETL process in a container, it becomes easier to deploy the nixpkgs-graph-explorer project on cloud environments, providing a more streamlined and portable deployment option.

It also includes an update to the Readme file, providing instructions of the Docker commands necessary for building and running the ETL container within the project.