Update Dockerfile
This commit is contained in:
@@ -1,8 +1,3 @@
|
||||
# build for a specific version of Ren'Py with:
|
||||
# docker build . --tag renpy:8.2.0 --build-arg renpy_version=8.2.0
|
||||
# to run commands:
|
||||
# docker run --rm -it --volume /local/project/path:/project renpy:8.2.0 renutil launch 8.2.0 -d -- "/project compile"
|
||||
|
||||
# this Dockerfile copied from https://github.com/kobaltcore/renkit/blob/master/Dockerfile
|
||||
|
||||
FROM ubuntu:22.04
|
||||
|
Reference in New Issue
Block a user