Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/semanticexperts/docker-node-chromium
Simple docker image with Node and Chromium
https://github.com/semanticexperts/docker-node-chromium
chromium docker node
Last synced: about 2 months ago
JSON representation
Simple docker image with Node and Chromium
- Host: GitHub
- URL: https://github.com/semanticexperts/docker-node-chromium
- Owner: SemanticExperts
- License: mit
- Archived: true
- Created: 2024-02-15T10:52:51.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-02-29T16:53:13.000Z (9 months ago)
- Last Synced: 2024-09-28T17:41:00.865Z (about 2 months ago)
- Topics: chromium, docker, node
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/semanticexperts/node-chromium
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Docker node chromium
Simple docker image with Node and Chromium
## Build
Docker build with node version in parameter `DOCKER_BUILD_NODE_VERSION`.
Example with node version 16.10.0:
```bash
docker build --no-cache --build-arg DOCKER_BUILD_NODE_VERSION=16.10.0 .
```## Licence
Project under [MIT](https://github.com/SemanticExperts/docker-node-chromium/blob/main/LICENSE) licence