# medium-angular-docker **Repository Path**: mirrors_gladiopeace/medium-angular-docker ## Basic Information - **Project Name**: medium-angular-docker - **Description**: Your Angular apps as Docker containers - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-05 - **Last Updated**: 2026-05-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Angular Docker This project was generated with [Angular CLI](https://github.com/angular/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` |