Rejigger things to run both game and service as default container CMD
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user