1
0

Mount flask app into docker container to get 'live reloads'

This commit is contained in:
2024-10-07 17:10:55 -07:00
parent b1d53b845d
commit f1c5597025
2 changed files with 2 additions and 2 deletions

View File

@@ -5,4 +5,4 @@ export DISPLAY=:1337
cd /breach/Into*
xvfb-run -n 1337 -s "-screen 0 1280x720x24" ./Breach &
/interface/main.py
while sleep 1; do /interface/main.py; done