Added many, many more actions.

This commit is contained in:
2025-06-24 15:24:16 -07:00
parent 62fbe4dead
commit 57ef232d2b
108 changed files with 4212 additions and 7 deletions

8
renpy/renpy/Dockerfile Normal file
View File

@@ -0,0 +1,8 @@
# Container image that runs your code
FROM maienm/renpy:8.1.0
ENV RENPY_HOME="/opt/renpy/"
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]