Add postinstall.sh for Playwright Chromium installation
This commit is contained in:
Executable
+7
@@ -0,0 +1,7 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
# Post-install script for FastMCP Cloud
|
||||||
|
# Installs Chromium browser for Playwright
|
||||||
|
|
||||||
|
echo "Installing Playwright Chromium browser..."
|
||||||
|
playwright install chromium
|
||||||
|
echo "Chromium installation complete."
|
||||||
Reference in New Issue
Block a user