Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 220 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 220 Bytes

Runs renpyweb from Docker.

To use, just run this command

docker run -p 8000:8000 \
-v /path/to/your/game:/renpyweb/renpy/web/ \
stephwag/renpyweb python3 -m http.server 8000