1
0

Rejigger things to run both game and service as default container CMD

This commit is contained in:
2024-10-06 15:15:46 -07:00
parent 9a04157f6e
commit daa7d799d2
4 changed files with 14 additions and 0 deletions

View File

@@ -3,3 +3,7 @@ RUN pacman -Sy --noconfirm xorg-server-xvfb xdotool scrot python-flask && pacman
RUN mkdir -p /root/.local/share/
ADD profile /root/.local/share/IntoTheBreach
ADD .generated/game/ /breach
ADD interface /interface
ADD game-init /game-init
RUN chmod +x /game-init
CMD /game-init