Sign inSign up

ppwcode/node-chrome

Sponsored OSS

By PeopleWare n.v.

Updated 7 months ago
Archived

Node.js images with google-chrome installed for building/testing Angular applications

Image
1

10K+

ppwcode/node-chrome repository overview

docker-node-chrome

A docker image used for build and testing of Angular application based on node:XX.XX-slim with Google Chrome, curl and wget pre-installed. No entry point has been defined for usage, please defined your own entry point with a script to trigger the desired behaviour of the image.

A example of a cmd line to use:

docker run -it -rm -v $(pwd):/app --entrypoint <your_node_npm_script>.sh <container_name>

Mount your Angular application by executing the above cmd in your Angular application root directory. And supplying a shell script to trigger a build or test.

A shell script could for example be:

    #!/bin/bash
    ## Build with the CI profile
    npm ci --no-progress
   
    ## And run the CI and build tests
    npm run test:ci
    npm run build:test

Maintainer: Peopleware NV

Tag summary

Content type

Image

Digest

sha256:0fdd7cc16

Size

312.2 MB

Last updated

7 months ago

docker pull ppwcode/node-chrome

This week's pulls

Pulls:

3

Last week