Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jaxwilko/php-fpm-node-chrome-docker
Build scripts for a docker image containing php, node and google chrome.
https://github.com/jaxwilko/php-fpm-node-chrome-docker
Last synced: about 1 month ago
JSON representation
Build scripts for a docker image containing php, node and google chrome.
- Host: GitHub
- URL: https://github.com/jaxwilko/php-fpm-node-chrome-docker
- Owner: jaxwilko
- Created: 2023-01-27T14:17:00.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-29T11:28:26.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T13:10:57.062Z (3 months ago)
- Language: Dockerfile
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PHP-FPM Node Chrome Docker
This repo contains the build scripts for a docker image containing php, node and google chrome.
### Notes
- Chrome driver is installed as `/usr/local/bin/chromedriver`
- When running chrome, use the following flags:
```bash
--headless --no-sandbox
```