6 lines
90 B
Bash
6 lines
90 B
Bash
#!/usr/bin/sh
|
|
|
|
umask ${UMASK}
|
|
playwright install --with-deps chromium
|
|
python3 app/main.py
|