DvorakDwarf / Infinite-Storage-Glitch

ISG lets you use YouTube as cloud storage for ANY files, not just video
GNU General Public License v3.0
11.43k stars 910 forks source link

Add Dockerfile and Update Build Instructions #49

Closed beyse closed 1 year ago

beyse commented 1 year ago

I found it hard to create a clean build from the instructions in the README.md file.

Thus I have added a Dockerfile to the repository to make it easier to build and run the project. With this Dockerfile, users can quickly set up a build environment and run the project without worrying about setting up dependencies on their local machine.

Additionally, I have updated the readme file with instructions on how to use Docker to build and run the project. These instructions include a step-by-step guide on how to build and run the project.

I hope this makes it easier for users to get started with the project and look forward to your feedback.

beyse commented 1 year ago

Changes in here are somewhat related to #47