Comes with Typescript and Lighthouse CI so build tasks can happen in the container without install dependencies.
Versions:
For more implementation usage information, see https://github.com/amido/stacks-webapp-template/pull/301
If you need to make changes to the image and publish to the Amido Stacks Docker Hub Organisation:
docker build -t amidostacks/lhci:0.0.2 . \
docker tag amidostakcs/lhci:0.0.2 amidostacks/lhci:0.0.2 \
docker push amidostacks/lhci:0.0.2
docker push amidostacks/lhci:latest
Push with your own USERNAME
docker build -t USERNAME/lhci:latest. \
docker tag USERNAME/lhci:latest amidostacks/lhci:latest \
docker push USERNAME/lhci:latest
Build the image or, pull the latest from amidostacks/node.
docker image build -t amidostacks/lhci .
Launch container interactive with bash: docker run --rm -it amidostacks/lhci:latest /bin/bash
Content type
Image
Digest
Size
566.7 MB
Last updated
over 6 years ago
docker pull amidostacks/lhci