01/OS/01/start.sh

11 lines
187 B
Bash

### APP
# Display app/index.html on the second monitor in full-screen mode
google-chrome --kiosk --app=file:///app/index.html
### CORE
cd /core
poetry install
poetry run bash start.sh