12 lines
271 B
YAML
12 lines
271 B
YAML
version: "3.8"
|
|
|
|
services:
|
|
web:
|
|
build: .
|
|
ports:
|
|
- "4321:4321"
|
|
environment:
|
|
- NODE_ENV=production
|
|
- PUPPETEER_EXECUTABLE_PATH=/usr/bin/google-chrome-stable
|
|
- PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true
|
|
- PUPPETEER_DISABLE_SANDBOX=true
|