项目作者: stephwag

项目描述 :
Run renpyweb from docker
高级语言: Dockerfile
项目地址: git://github.com/stephwag/renpyweb-docker.git
创建时间: 2019-08-25T04:17:30Z
项目社区:https://github.com/stephwag/renpyweb-docker

开源协议:

下载


Runs renpyweb from Docker.

To use, just run this command

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