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