A container that contains what I need to build and test Angular 6 and Lambda
10K+
NB I KNOW this is naïve shit, and it is on purpose bc. you know I hate this Docker shit but I am forced to do it. If you like this pretentious shit, feel free to create a PR and fix it up.
A simple container for building Angular 6 projects,
Contains the stuff that I think that I need.
I am forced to do this kind of stuff since every CI/CD system requires a Docker container.
The codebuild.sh script exports a number of utility functions:
./src/assetsWe basically rely on Docker to build it, to test build manually
docker build --tag angular-build:local .
winpty docker run --rm -it rexsuecia/angular-build:devleop bin/bash
docker run --rm -it rexsuecia/angular-build:develop bin/bash
Content type
Image
Digest
Size
597.3 MB
Last updated
about 8 years ago
docker pull rexsuecia/angular-build