/medium-angular-docker

Your Angular apps as Docker containers

Primary LanguageTypeScript

Angular Docker

This project was generated with Angular CLI.

Scripts

Script Description Example
start start the application yarn start or yarn start --open
build built application for production yarn build
build:docker build docker image yarn build:docker
start:docker start the prebuilt docker image on port 3000 yarn start:docker
test run unit tests in watch mode yarn test
test:ci run unit tests for CI/CD environment yarn test:ci