Skip to content

🐳 A playground for Docker with Angular.

License

Notifications You must be signed in to change notification settings

robertoachar/docker-angular

Repository files navigation

docker-angular

License

A playground for Docker with Angular.

Development

  • Cloning the repo
$ git clone https://github.com/robertoachar/docker-angular.git
  • Installing dependencies
$ npm install
  • Running scripts
Action Usage
Starting development mode npm start
Linting code npm run lint
Running unit tests npm test
Running e2e tests npm run e2e
Build npm run build

Docker

  • Building an image
$ docker-compose build
  • Running a container
$ docker-compose up
  • Stopping a container
$ docker-compose down

Author

Roberto Achar

License

MIT