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

8
game-init Normal file
View File

@@ -0,0 +1,8 @@
#!/usr/bin/env bash
export DISPLAY=:1337
cd /breach/Into*
xvfb-run -n 1337 -s "-screen 0 1280x720x24" ./Breach &
/interface/flaskstuff.py