Added many, many more actions.
This commit is contained in:
8
renpy/renpy/Dockerfile
Normal file
8
renpy/renpy/Dockerfile
Normal 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"]
|
||||
Reference in New Issue
Block a user