Skip to content

Dockerize an Angular Application with multistage build

Notifications You must be signed in to change notification settings

DenysMelnychenko/docker-test

 
 

Repository files navigation

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

About

Dockerize an Angular Application with multistage build

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 55.0%
  • HTML 20.4%
  • JavaScript 17.9%
  • Dockerfile 5.6%
  • CSS 1.1%