Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```