DONE: fix error where image not showing on digital card, generate letter not working on prod
This commit is contained in:
+4
-3
@@ -67,11 +67,12 @@ AWS_USE_PATH_STYLE_ENDPOINT=false
|
||||
VITE_APP_NAME="${APP_NAME}"
|
||||
|
||||
# Browsershot (PDF generation via headless Chrome + Puppeteer in be/)
|
||||
# Required in Docker/Sail. After first sail up: sail npm install && sail npx puppeteer browsers install chrome-headless-shell
|
||||
# Local/Sail: sail npm install && sail npx puppeteer browsers install chrome-headless-shell
|
||||
# Production Docker image bundles Node + Puppeteer; keep NO_SANDBOX enabled in containers.
|
||||
BROWSERSHOT_NO_SANDBOX=true
|
||||
# BROWSERSHOT_NODE_BINARY=
|
||||
# BROWSERSHOT_NODE_BINARY=/usr/local/bin/node
|
||||
# BROWSERSHOT_NPM_BINARY=
|
||||
# BROWSERSHOT_NODE_MODULE_PATH=
|
||||
# BROWSERSHOT_NODE_MODULE_PATH=/var/www
|
||||
# BROWSERSHOT_CHROME_PATH=
|
||||
# BROWSERSHOT_TIMEOUT=60
|
||||
|
||||
|
||||
Reference in New Issue
Block a user