Skip to content
This repository was archived by the owner on Feb 10, 2026. It is now read-only.

Docker node.js image with google chrome for building and testing Angular applications

License

Notifications You must be signed in to change notification settings

peopleware/docker-node-chrome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Warning

Maintenance on this project is discontinued. This repo will be archived.

A valid alternative you can use is: https://github.com/timbru31/docker-node-chrome.

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 define your own entry point with a script to trigger the desired behavior of the image.

An 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

About

Docker node.js image with google chrome for building and testing Angular applications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •