medium-angular-docker icon indicating copy to clipboard operation
medium-angular-docker copied to clipboard

Your Angular apps as Docker containers

Angular Docker

This project was generated with Angular CLI.

Angular: 15.x

Scripts

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