drtshock / Potato

If you fork this then you can say you forked a potato.
GNU General Public License v3.0
701 stars 2.54k forks source link

Docker build - Just for fun #203

Closed saylesc closed 1 month ago

saylesc commented 1 month ago

Adding Docker build, just for fun. This PR adds a Dockerfile and some scripts to build and run the program inside a Docker container.

Feel free to close this PR if you don't want to accept it, it was just a fun way for me to fork the potato and contribute some files that others could enjoy.

MiniDigger commented 1 month ago

maybe instead of the sh files we should consider using a docker-compose file?

saylesc commented 1 month ago

maybe instead of the sh files we should consider using a docker-compose file?

@MiniDigger Added compose file and some instructions in the script files and in the docker-compose file. I didn't want to bloat the README fle, but can add the instructions there if you prefer. Also, I kept the .sh files, but can nuke them if you prefer.