nythepegasus / SideJITServer

A JIT enabler for iOS 17 with a Windows/macOS computer on the same WiFi!
GNU General Public License v3.0
270 stars 18 forks source link

Dockerize project #3

Closed JoeMatt closed 3 months ago

JoeMatt commented 3 months ago

Create a Dockerfile and associated files to run in docker. Tested on Mac with two different methods:

Docker

docker build . -t JoeMatt/sidejitserver
docker run -p 8081:8080 JoeMatt/sidejitserver

Docker Compose

docker compose up --build
polymo1 commented 3 months ago

I will need to test this on Windows in just a bit. I'll let you know the result. Out of curiosity, is this wifi only?

nythepegasus commented 3 months ago

Yooo @JoeMatt long time no see :)

I'll definitely accept this, I'm working on turning this into a PyPI package as well to hopefully make it even easier in the future. Thanks for contributing!