Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/denysvuika/medium-angular-docker

Your Angular apps as Docker containers
https://github.com/denysvuika/medium-angular-docker

angular angular-cli docker docker-compose docker-image

Last synced: 26 days ago
JSON representation

Your Angular apps as Docker containers

Awesome Lists containing this project

README

        

# Angular Docker

This project was generated with [Angular CLI](https://github.com/angular/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` |