Consider using ng-poly image instead of this one.
Serve the application:
docker run -d --name <your-app-name> -d -v /my/local/app/dir/:/app/ -p 3000:3000 lkndesign/angular -c grunt serveEnter the shell:
docker run --rm -it -p 3000:3000 -v /my/local/app/dir/:/app/ -v /my/local/home/:/home/ lkndesign/angular- grunt
- generator-angular
/app: the place where the application is managed/home: the home of the 'user'
- 3000:
gruntserve port
/bin/zsh(from base), workdir being/app
docker build --tag lkndesign/angular .