fix dockerfile

This commit is contained in:
jxxghp
2023-06-11 09:45:44 +08:00
parent d6811b798e
commit 7d7ab6c51c
2 changed files with 8 additions and 3 deletions

6
start.sh Normal file
View File

@ -0,0 +1,6 @@
#!/usr/bin/sh
umask ${UMASK}
echo "开始下载浏览器 ..."
playwright install --with-deps chromium
python3 app/main.py