Sign inSign up

pacificlife/next-jamstack-buildimg

By pacificlife

Updated about 7 years ago

JamStack Build Image for Next. Tags are Google Chrome version - Angular CLI version

Image
1

10K+

pacificlife/next-jamstack-buildimg repository overview

Pacific Life JAM-Stack Build Image

This Docker image supports build and deployment of Pacific Life Web Applications based on the JAM stack based on Angular and Amazon Web Services. It installs Angular CLI, Nodemon, Angular NX, and s3_website to support deployment to AWS S3 Buckets and AWS CloudFront.

Building the Docker Image

docker build -t pl-aws-jam-buildimg . --no-cache

How to use this image

The following command will run the local image built and open a bash session

docker run -v "$PWD":/website -it --entrypoint /bin/bash pl-aws-jam-buildimg

Publish image

Run the "docker images" command and note the ID and the TAG of your Docker image e.g. 5e0e0eeab6bf.

docker tag 9a640c844235 pacificlife/pl-aws-jam-buildimg:latest
docker login --username=pacificlife
docker push pacificlife/pl-aws-jam-buildimg

Tag summary

Content type

Image

Digest

Size

317.6 MB

Last updated

about 7 years ago

docker pull pacificlife/next-jamstack-buildimg